![]() | com.espertech.esper.common.client.hook.condition Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.common.client.hook.condition"]
Class | Description | |
---|---|---|
![]() | ConditionHandler |
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.
|
![]() | ConditionHandlerContext |
Context provided to ConditionHandler implementations providing
engine-condition-contextual information.
Statement information pertains to the statement currently being processed when
the condition occured.
|
![]() | ConditionHandlerFactoryContext |
Context provided to ConditionHandlerFactory implementations
providing engine contextual information. |
![]() | ConditionMatchRecognizeStatesMax |
Indicates that on the engine level the match-recognize has reached the configured engine-wide limit at runtime.
|
![]() | ConditionPatternRuntimeSubexpressionMax |
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.
|
![]() | ConditionPatternSubexpressionMax |
Indicates that the followed-by pattern operator, when parameterized with a
max number of sub-expressions, has reached that limit at runtime.
|
Interface | Description | |
---|---|---|
![]() | BaseCondition |
Marker interface for conditions reported.
|
![]() | ConditionHandlerFactory |
Factory for engine condition handler Instance(s).
Receives CEP engine contextual information and should return an implementation
of the ConditionHandler interface.
|