Uses of Class
com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Packages that use ConfigurationRuntime
Package
Description
Configuration classes.
Configuration classes for the runtime section, which is only relevant to the runtime
-
Uses of ConfigurationRuntime in com.espertech.esper.common.client.configuration
Methods in com.espertech.esper.common.client.configuration that return ConfigurationRuntimeModifier and TypeMethodDescriptionConfiguration.getRuntime()
Returns the runtime section of the configuration.Methods in com.espertech.esper.common.client.configuration with parameters of type ConfigurationRuntimeModifier and TypeMethodDescriptionvoid
Configuration.setRuntime
(ConfigurationRuntime runtime) Sets the runtime section of the configuration. -
Uses of ConfigurationRuntime in com.espertech.esper.common.client.configuration.runtime
Methods in com.espertech.esper.common.client.configuration.runtime with parameters of type ConfigurationRuntimeModifier and TypeMethodDescriptionstatic void
ConfigurationRuntimeParser.doConfigure
(ConfigurationRuntime runtime, Element runtimeElement) Configure the runtime section from a provided element -
Uses of ConfigurationRuntime in com.espertech.esper.common.internal.settings
Methods in com.espertech.esper.common.internal.settings that return ConfigurationRuntimeConstructors in com.espertech.esper.common.internal.settings with parameters of type ConfigurationRuntimeModifierConstructorDescriptionRuntimeSettingsService
(ConfigurationCommon configurationCommon, ConfigurationRuntime configurationRuntime)