Package net.esper.pattern.guard

Interface Summary
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 Summary
TimerWithinGuard Guard implementation that keeps a timer instance and quits when the timer expired, letting all MatchedEventMap instances pass until then.
TimerWithinGuardFactory Factory for TimerWithinGuard instances.
 

Enum Summary
GuardEnum Enum for all build-in guards.