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)
                       throws MessagingException
Throws:
MessagingException


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