See: Description
Interface | Description |
---|---|
Dispatchable |
Implementations are executed when the DispatchService receives a dispatch invocation.
|
DispatchService |
Service for dispatching internally (for operators/views processing results of prior operators/views) and
externally (dispatch events to UpdateListener implementations).
|
Class | Description |
---|---|
DispatchServiceImpl |
Implements dispatch service using a thread-local linked list of Dispatchable instances.
|
DispatchServiceProvider |
Provider of implementations for the dispatch service.
|
Dispatching makes results available to joins and handles internal event routing