Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.dispatch |
Dispatching makes results available to joins and handles internal event routing
|
Modifier and Type | Class and Description |
---|---|
class |
PatternListenerDispatch
Dispatchable for dispatching events to update listeners.
|
class |
UpdateDispatchFutureSpin
UpdateDispatchFutureSpin can be added to a dispatch queue that is thread-local.
|
class |
UpdateDispatchFutureWait
UpdateDispatchFutureWait can be added to a dispatch queue that is thread-local.
|
class |
UpdateDispatchViewBase
Convenience view for dispatching view updates received from a parent view to update listeners
via the dispatch service.
|
class |
UpdateDispatchViewBlockingSpin
Convenience view for dispatching view updates received from a parent view to update listeners
via the dispatch service.
|
class |
UpdateDispatchViewBlockingWait
Convenience view for dispatching view updates received from a parent view to update listeners
via the dispatch service.
|
class |
UpdateDispatchViewNonBlocking
Convenience view for dispatching view updates received from a parent view to update listeners
via the dispatch service.
|
Modifier and Type | Method and Description |
---|---|
void |
DispatchServiceImpl.addExternal(Dispatchable dispatchable) |
void |
DispatchService.addExternal(Dispatchable dispatchable)
Add a Dispatchable implementation.
|