Click or drag to resize

ConfigurationRuntimeConditionHandling Class

Configuration object for defining condition handling behavior.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimeConditionHandling

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 ConfigurationRuntimeConditionHandling

The ConfigurationRuntimeConditionHandling type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationRuntimeConditionHandling
Initializes a new instance of the ConfigurationRuntimeConditionHandling class
Top
Properties
  NameDescription
Public propertyHandlerFactories
Returns the list of condition handler factory class names, see
Top
Methods
  NameDescription
Public methodAddClass(String)
Add an condition handler factory class name.

Provide a fully-qualified class name of the implementation of the interface.

Public methodAddClass(Type)
Add an condition handler factory class.

The class provided should implement the interface.

Public methodAddClasses
Top
See Also