[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Classes

  ClassDescription
public classGuardEnum
Enum for all build-in guards.

public classTimerWithinGuard
Guard implementation that keeps a timer instance and quits when the timer expired, letting all net.esper.pattern.MatchedEventMap instances pass until then.

public classTimerWithinGuardFactory

Interfaces

  InterfaceDescription
public interfaceGuard
Guard instances inspect a matched events and makes a determination on whether to let it pass or not.

public interfaceGuardFactory
Interface for a factory for net.esper.pattern.guard.Guard instances.

public interfaceQuitable
Receiver for quit events for use by guards.