Package | Description |
---|---|
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active
pattern instance
|
Modifier and Type | Interface and Description |
---|---|
interface |
EvalRootState
Interface for a root state node accepting a callback to use to indicate pattern results.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalRootStateNode
This class is always the root node in the evaluation state tree representing any activated event expression.
|
Modifier and Type | Method and Description |
---|---|
PatternStopCallback |
PatternStarter.start(PatternMatchCallback matchCallback,
PatternContext context,
boolean isRecoveringResilient)
An event expression was started and supplies the callback to use when matching events appear.
|