Uses of Class
org.mule.routing.inbound.AbstractEventAggregator

Packages that use AbstractEventAggregator
org.mule.example.loanbroker.routers   
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
 

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

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

Uses of AbstractEventAggregator in org.mule.routing.inbound
 

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



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.