Uses of Class
org.mule.routing.AbstractAggregator

Packages that use AbstractAggregator
org.mule.example.loanbroker.routers   
org.mule.routing Defines the core routing patterns supported by mule. 
 

Uses of AbstractAggregator in org.mule.example.loanbroker.routers
 

Subclasses of AbstractAggregator in org.mule.example.loanbroker.routers
 class BankQuotesInboundAggregator
          BankQuotesInboundAggregator receives a number of quotes and selects the lowest
 class BankQuotesResponseAggregator
          BankQuotesInboundAggregator receives a number of quotes and selects the lowest
 

Uses of AbstractAggregator in org.mule.routing
 

Subclasses of AbstractAggregator in org.mule.routing
 class AbstractCorrelationAggregator
          AbstractCorrelationAggregatingMessageProcessor uses the CorrelationID and CorrelationGroupSize properties of the MuleMessage to manage message groups.
 class MessageChunkAggregator
           
 class Resequencer
          Resequencer is used to resequence events according to their dispatch sequence in the correlation group.
 class SimpleCollectionAggregator
          This router will return all aggregated events as a MuleMessageCollection.
 



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