Package | Description |
---|---|
org.mule.construct.flow | |
org.mule.processor.strategy |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFlowProcessingStrategy
This processing strategy uses the 'queued-asynchronous' strategy where possible, but if an event is
synchronous it processes it synchronously rather than failing.
|
Modifier and Type | Class and Description |
---|---|
class |
QueuedAsynchronousProcessingStrategy
This strategy uses a
QueueManager to decouple receipt and processing of messages. |
class |
QueuedThreadPerProcessorProcessingStrategy
This strategy uses the
QueueManager to decouple the processing of each message processor. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.