Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionMatchRecognizeStatesMax
Indicates that on the engine level the match-recognize has reached the configured engine-wide limit at runtime.
|
class |
ConditionPatternEngineSubexpressionMax
Indicates that on the engine level the followed-by pattern operator, regardless whether parameterized with a max number of sub-expressions or not,
has reached the configured engine-wide limit at runtime.
|
class |
ConditionPatternSubexpressionMax
Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions,
has reached that limit at runtime.
|
Modifier and Type | Method and Description |
---|---|
BaseCondition |
ConditionHandlerContext.getEngineCondition()
Returns the condition reported.
|
Constructor and Description |
---|
ConditionHandlerContext(String engineURI,
String statementName,
String epl,
BaseCondition engineCondition)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionHandlingService.handleCondition(BaseCondition condition,
EPStatementHandle handle) |