Uses of Class
org.mule.api.routing.AggregationContext

Packages that use AggregationContext
org.mule.config.spring.factories   
org.mule.routing Defines the core routing patterns supported by mule. 
 

Uses of AggregationContext in org.mule.config.spring.factories
 

Methods in org.mule.config.spring.factories with parameters of type AggregationContext
 MuleEvent AggregationStrategyDefinitionParser.AggregationStrategyDelegate.aggregate(AggregationContext context)
           
 

Uses of AggregationContext in org.mule.routing
 

Methods in org.mule.routing with parameters of type AggregationContext
 MuleEvent CollectAllAggregationStrategy.aggregate(AggregationContext context)
           
 MuleEvent AggregationStrategy.aggregate(AggregationContext context)
          aggregates the events in the given context into a single one
protected  MuleEvent CollectAllAggregationStrategy.aggregateWithFailedRoutes(AggregationContext context)
           
protected  MuleEvent CollectAllAggregationStrategy.aggregateWithoutFailedRoutes(AggregationContext context)
           
 



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