Click or drag to resize

ConditionHandlerFactoryGetHandler Method

Returns an exception handler instances, or null if the factory decided not to contribute an exception handler.

Namespace:  com.espertech.esper.common.client.hook.condition
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
ConditionHandler GetHandler(
	ConditionHandlerFactoryContext context
)

Parameters

context
Type: com.espertech.esper.common.client.hook.conditionConditionHandlerFactoryContext
contains the engine URI

Return Value

Type: ConditionHandler
exception handler
See Also