Uses of Interface
org.mule.routing.AggregationStrategy

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

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

Classes in org.mule.config.spring.factories that implement AggregationStrategy
static class AggregationStrategyDefinitionParser.AggregationStrategyDelegate
           
 

Methods in org.mule.config.spring.factories with parameters of type AggregationStrategy
 void ScatterGatherRouterFactoryBean.setAggregationStrategy(AggregationStrategy aggregationStrategy)
           
 void AggregationStrategyDefinitionParser.AggregationStrategyDelegate.setRef(AggregationStrategy ref)
           
 

Uses of AggregationStrategy in org.mule.routing
 

Classes in org.mule.routing that implement AggregationStrategy
 class CollectAllAggregationStrategy
          If no routes generated exeption then it returns a new MuleEvent under the rules of DefaultRouterResultsHandler (you can change this behaviour by overriding CollectAllAggregationStrategy.aggregateWithoutFailedRoutes(AggregationContext).
 

Methods in org.mule.routing with parameters of type AggregationStrategy
 void ScatterGatherRouter.setAggregationStrategy(AggregationStrategy aggregationStrategy)
           
 



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