Click or drag to resize

ConfigurationRuntimeConditionHandlingAddClass Method (Type)

Add an condition handler factory class.

The class provided should implement the interface.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddClass(
	Type clazz
)

Parameters

clazz
Type: SystemType
class of implementation
See Also