Package | Description |
---|---|
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active
pattern instance
|
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.
|
ObserverFactory |
PatternObjectResolutionServiceImpl.create(PatternObserverSpec spec) |
ObserverFactory |
PatternObjectResolutionService.create(PatternObserverSpec spec)
Creates an observer factory considering configured plugged-in resources.
|