|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| AsynchronousProcessingStrategy | This strategy uses a WorkManager to schedule the processing of the pipeline of message processors
in a single worker thread. |
| QueuedAsynchronousProcessingStrategy | This strategy uses a QueueManager to decouple receipt and processing of messages. |
| QueuedThreadPerProcessorProcessingStrategy | This strategy uses the QueueManager to decouple the processing of each message processor. |
| SynchronousProcessingStrategy | This strategy processes all message processors in the calling thread. |
| ThreadPerProcessorProcessingStrategy | This strategy uses a WorkManager to schedule the processing of each message processors in a new
worker thread. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||