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
|
Modifier and Type | Method and Description |
---|---|
GuardFactory |
PatternObjectResolutionServiceImpl.create(PatternGuardSpec spec) |
GuardFactory |
PatternObjectResolutionService.create(PatternGuardSpec spec)
Creates a guard factory considering configured plugged-in resources.
|
GuardFactory |
EvalGuardFactoryNode.getGuardFactory()
Returns the guard factory.
|
Modifier and Type | Method and Description |
---|---|
void |
EvalGuardFactoryNode.setGuardFactory(GuardFactory guardFactory)
Supplies the guard factory to the node.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionGuardFactory
Factory for
TimerWithinGuard instances. |
class |
GuardFactorySupport
Abstract class for applications to extend to implement pattern guard objects.
|
class |
TimerWithinGuardFactory
Factory for
TimerWithinGuard instances. |
class |
TimerWithinOrMaxCountGuardFactory |