Uses of Interface
org.mule.management.stats.QueueStatisticsAware

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

Uses of QueueStatisticsAware in org.mule.construct.flow
 

Classes in org.mule.construct.flow that implement QueueStatisticsAware
 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 QueueStatisticsAware in org.mule.processor.strategy
 

Classes in org.mule.processor.strategy that implement QueueStatisticsAware
 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-2012 MuleSoft, Inc.. All Rights Reserved.