Uses of Interface
org.mule.routing.correlation.EventCorrelatorCallback

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

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

Methods in org.mule.example.loanbroker.routers that return EventCorrelatorCallback
protected  EventCorrelatorCallback BankQuotesResponseAggregator.getCorrelatorCallback(MuleContext muleContext)
           
 

Uses of EventCorrelatorCallback in org.mule.routing
 

Methods in org.mule.routing that return EventCorrelatorCallback
protected  EventCorrelatorCallback SimpleCollectionAggregator.getCorrelatorCallback(MuleContext muleContext)
           
protected  EventCorrelatorCallback Resequencer.getCorrelatorCallback(MuleContext muleContext)
           
protected abstract  EventCorrelatorCallback AbstractAggregator.getCorrelatorCallback(MuleContext muleContext)
           
protected  EventCorrelatorCallback AbstractCorrelationAggregator.getCorrelatorCallback(MuleContext muleContext)
           
protected  EventCorrelatorCallback MessageChunkAggregator.getCorrelatorCallback(MuleContext muleContext)
           
 

Uses of EventCorrelatorCallback in org.mule.routing.correlation
 

Classes in org.mule.routing.correlation that implement EventCorrelatorCallback
 class CollectionCorrelatorCallback
          A Correlator that correlates messages based on Mule correlation settings
 class ResequenceCorrelatorCallback
          A Correlator that correlates messages based on Mule correlation settings.
 class ResequenceMessagesCorrelatorCallback
          A Correlator that correlates messages based on Mule correlation settings Note that the ResequenceMessagesCorrelatorCallback.aggregateEvents(org.mule.routing.EventGroup) method only resequences the events and returns an MuleEvent[] wrapped in a MuleMessage impl.
 

Constructors in org.mule.routing.correlation with parameters of type EventCorrelatorCallback
EventCorrelator(EventCorrelatorCallback callback, MessageProcessor timeoutMessageProcessor, MessageInfoMapping messageInfoMapping, MuleContext muleContext, String flowConstructName, boolean persistentStores, String storePrefix)
           
 



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