 | ConfigurationRuntimeConditionHandlingAddClass Method (String) |
Add an condition handler factory class name.
Provide a fully-qualified class name of the implementation
of the interface.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddClass(
string className
)
Parameters
- className
- Type: SystemString
class name of condition handler factory
See Also