org.mule.api.routing
Interface Aggregator

All Known Implementing Classes:
AbstractAggregator, AbstractCorrelationAggregator, BankQuotesInboundAggregator, BankQuotesResponseAggregator, MessageChunkAggregator, Resequencer, SimpleCollectionAggregator

public interface Aggregator


Method Summary
 void expireAggregation(String groupId)
           
 void setFailOnTimeout(boolean failOnTimeout)
           
 void setTimeout(long timeout)
           
 

Method Detail

setTimeout

void setTimeout(long timeout)

setFailOnTimeout

void setFailOnTimeout(boolean failOnTimeout)

expireAggregation

void expireAggregation(String groupId)


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