Uses of Interface
org.mule.api.routing.Aggregator

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

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

Classes in org.mule.example.loanbroker.routers that implement Aggregator
 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 Aggregator in org.mule.routing
 

Classes in org.mule.routing that implement Aggregator
 class AbstractAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message.
 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.