Package | Description |
---|---|
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active
pattern instance
|
com.espertech.esper.pattern.guard |
Pattern guards that can define the lifetime of a pattern
|
Class and Description |
---|
Guard
Guard instances inspect a matched events and makes a determination on whether to let it pass or not.
|
GuardFactory
Interface for a factory for
Guard instances. |
Quitable
Receiver for quit events for use by guards.
|
Class and Description |
---|
EventGuardVisitor |
Guard
Guard instances inspect a matched events and makes a determination on whether to let it pass or not.
|
GuardEnum
Enum for all build-in guards.
|
GuardFactory
Interface for a factory for
Guard instances. |
GuardParameterException
Thrown to indicate a validation error in guard parameterization.
|
Quitable
Receiver for quit events for use by guards.
|