| Interface | Description |
|---|---|
| Processor<I,O> |
Contract for performing stream processing using Reactor within an XD processor module
|
| Class | Description |
|---|---|
| SynchronousDispatcherMessageHandler |
A handler that adapts item at a time delivery in a
MessageHandler
and delegates processing to a Reactor Stream with synchronous dispatch so that processing
occurs on the same thread that invokes the handler. |