| Package | Description |
|---|---|
| org.mule.construct.flow | |
| org.mule.processor.strategy |
| Class and Description |
|---|
| AbstractThreadingProfileProcessingStrategy
A abstract
ProcessingStrategy implementation that provides a
ThreadingProfile for you in extensions configured via setters for each of the threading
profile attributes. |
| 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. |
| Class and Description |
|---|
| AbstractThreadingProfileProcessingStrategy
A abstract
ProcessingStrategy implementation that provides a
ThreadingProfile for you in extensions configured via setters for each of the threading
profile attributes. |
| 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. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.