Uses of Interface
org.apache.camel.processor.aggregate.CompletionAwareAggregationStrategy

Packages that use CompletionAwareAggregationStrategy
org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. 
org.apache.camel.util.toolbox   
 

Uses of CompletionAwareAggregationStrategy in org.apache.camel.processor.aggregate
 

Classes in org.apache.camel.processor.aggregate that implement CompletionAwareAggregationStrategy
 class AbstractListAggregationStrategy<V>
          Aggregate all exchanges into a List of values defined by the AbstractListAggregationStrategy.getValue(Exchange) call.
 class GroupedExchangeAggregationStrategy
          Aggregate all exchanges into a single combined Exchange holding all the aggregated exchanges in a List as the message body.
 

Uses of CompletionAwareAggregationStrategy in org.apache.camel.util.toolbox
 

Classes in org.apache.camel.util.toolbox that implement CompletionAwareAggregationStrategy
 class FlexibleAggregationStrategy<E>
          The Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy.
 



Apache Camel