[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() | GuardEnum |
Enum for all build-in guards.
|
![]() | TimerWithinGuard | Guard implementation that keeps a timer instance and quits when the timer expired,
letting all net.esper.pattern.MatchedEventMap instances pass until then.
|
![]() | TimerWithinGuardFactory |
Factory for net.esper.pattern.guard.TimerWithinGuard instances.
|
Interfaces
Interface | 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 net.esper.pattern.guard.Guard instances. |
![]() | Quitable |
Receiver for quit events for use by guards.
|