org.mule.api.routing
Interface RouterResultsHandler

All Known Implementing Classes:
DefaultRouterResultsHandler

public interface RouterResultsHandler

An SPI interface where custom logic can be plugged in to control how collections and single messages are returned from routers.


Method Summary
 MuleEvent aggregateResults(List<MuleEvent> results, MuleEvent previous, MuleContext muleContext)
           
 

Method Detail

aggregateResults

MuleEvent aggregateResults(List<MuleEvent> results,
                           MuleEvent previous,
                           MuleContext muleContext)


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