Uses of Class
org.apache.camel.processor.aggregate.AbstractListAggregationStrategy

Packages that use AbstractListAggregationStrategy
org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. 
 

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

Subclasses of AbstractListAggregationStrategy in org.apache.camel.processor.aggregate
 class GroupedExchangeAggregationStrategy
          Aggregate all exchanges into a single combined Exchange holding all the aggregated exchanges in a List as a exchange property with the key Exchange.GROUPED_EXCHANGE.
 



Apache Camel