See: Description
| Interface | Description |
|---|---|
| Messages |
Internationalized messages for this package.
|
| Class | Description |
|---|---|
| SimpleAsyncProcessor |
A processor module that can be inserted between any two modules within a
data flow to decouple the delivery of data from the emitter module and
processing of that data in the receiver module.
|
| SimpleAsyncProcessorFactory |
Provider that instantiates modules that emit received data in a thread that
is different from the thread on which the data is received..
|
By default all the data items in a data flow are processed synchronously and delivery of the next data item has to wait until the previous data item has been processed. Modules in this package enable asynchronous processing of data items by decoupling the delivery and processing of data items.
The following module providers are available.
SimpleAsyncProcessorFactory and
SimpleAsyncProcessor for more details
Copyright © 2017. All Rights Reserved.