Class ConditionPatternSubexpressionMax
java.lang.Object
com.espertech.esper.common.client.hook.condition.ConditionPatternSubexpressionMax
- All Implemented Interfaces:
BaseCondition
Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions,
has reached that limit at runtime.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConditionPatternSubexpressionMax
public ConditionPatternSubexpressionMax(int max) Ctor.- Parameters:
max
- limit reached
-
-
Method Details
-
getMax
public int getMax()Returns the limit reached.- Returns:
- limit
-