Click or drag to resize

ConditionHandlerFactory Interface

Factory for engine condition handler Instance(s).

Receives CEP engine contextual information and should return an implementation of the ConditionHandler interface.

Namespace:  com.espertech.esper.common.client.hook.condition
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface ConditionHandlerFactory

The ConditionHandlerFactory type exposes the following members.

Methods
  NameDescription
Public methodGetHandler
Returns an exception handler instances, or null if the factory decided not to contribute an exception handler.
Top
See Also