Click or drag to resize

com.espertech.esper.common.client.hook.condition Namespace

[Missing <summary> documentation for "N:com.espertech.esper.common.client.hook.condition"]

Classes
  ClassDescription
Public classConditionHandler
Interface for a handler registered with an engine instance to receive reported engine conditions.

Handle the engine condition as contained in the context object passed.

Public classConditionHandlerContext
Context provided to ConditionHandler implementations providing engine-condition-contextual information.

Statement information pertains to the statement currently being processed when the condition occured.

Public classConditionHandlerFactoryContext
Context provided to ConditionHandlerFactory implementations providing engine contextual information.
Public classConditionMatchRecognizeStatesMax
Indicates that on the engine level the match-recognize has reached the configured engine-wide limit at runtime.
Public classConditionPatternRuntimeSubexpressionMax
Indicates that on the runtime level the followed-by pattern operator, regardless whether parameterized with a max number of sub-expressions or not, has reached the configured runtime-wide limit at runtime.
Public classConditionPatternSubexpressionMax
Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions, has reached that limit at runtime.
Interfaces
  InterfaceDescription
Public interfaceBaseCondition
Marker interface for conditions reported.
Public interfaceConditionHandlerFactory
Factory for engine condition handler Instance(s).

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