| Class | Description |
|---|---|
| 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. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.