Click or drag to resize

ConfigurationRuntime Class

Contains settings that apply to the runtime only (and that do not apply to the compiler).
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntime

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationRuntime

The ConfigurationRuntime type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationRuntime
Ctor.
Top
Properties
  NameDescription
Public propertyConditionHandling
Returns the condition handling configuration.
Public propertyEpServicesContextFactoryClassName
Sets the class name of the services context factory class to use.
Public propertyEPServicesContextFactoryClassName
Returns the class name of the services context factory class to use.
Public propertyExceptionHandling
Returns the exception handling configuration.
Public propertyExecution
Returns statement execution-related settings, settings that influence event/schedule to statement processing.
Public propertyExpression
Returns the expression-related settings for common.
Public propertyLogging
Returns logging settings applicable to runtime.
Public propertyMatchRecognize
Return match-recognize settings.
Public propertyMetricsReporting
Returns the metrics reporting configuration.
Public propertyPatterns
Return pattern settings.
Public propertyPluginLoaders
Returns the plug-in loaders.
Public propertyThreading
Returns threading settings.
Public propertyTimeSource
Returns the time source configuration.
Public propertyVariables
Returns defaults applicable to variables.
Top
Methods
  NameDescription
Public methodAddPluginLoader(String, String)
Add a plugin loader (f.e. an input/output adapter loader) without any additional loader configuration

The class is expected to implement the PluginLoader interface.

.
Public methodAddPluginLoader(String, String, Properties)
Add a plugin loader (f.e. an input/output adapter loader).

The class is expected to implement the PluginLoader interface.

.
Public methodAddPluginLoader(String, Type, Properties)
Public methodAddPluginLoader(String, String, Properties, String)
Add a plugin loader (f.e. an input/output adapter loader).

The class is expected to implement the PluginLoader interface.

.
Protected methodReset
Reset to an empty configuration.
Top
See Also