Uses of Interface
com.espertech.esper.common.client.hook.condition.BaseCondition
Package
Description
Conditions indicate special situations in the runtime.
-
Uses of BaseCondition in com.espertech.esper.common.client.hook.condition
Modifier and TypeClassDescriptionclass
Indicates that on the runtimelevel the match-recognize has reached the configured runtime-wide limit at runtime.class
Indicates that on the runtimelevel 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.class
Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions, has reached that limit at runtime.Modifier and TypeMethodDescriptionConditionHandlerContext.getCondition()
Returns the condition reported.ModifierConstructorDescriptionConditionHandlerContext
(String runtimeURI, String statementName, String deploymentId, BaseCondition condition) Ctor.