Uses of Class
org.mule.processor.strategy.QueuedAsynchronousProcessingStrategy

Packages that use QueuedAsynchronousProcessingStrategy
org.mule.construct.flow   
org.mule.processor.strategy   
 

Uses of QueuedAsynchronousProcessingStrategy in org.mule.construct.flow
 

Subclasses of QueuedAsynchronousProcessingStrategy in org.mule.construct.flow
 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.
 

Uses of QueuedAsynchronousProcessingStrategy in org.mule.processor.strategy
 

Subclasses of QueuedAsynchronousProcessingStrategy in org.mule.processor.strategy
 class QueuedThreadPerProcessorProcessingStrategy
          This strategy uses the QueueManager to decouple the processing of each message processor.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.