Uses of Package
org.apache.camel.processor.aggregate

Packages that use org.apache.camel.processor.aggregate
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. 
org.apache.camel.util.toolbox   
 

Classes in org.apache.camel.processor.aggregate used by org.apache.camel.model
AggregateProcessor
          An implementation of the Aggregator pattern where a batch of messages are processed (up to a maximum amount or until some timeout is reached) and messages for the same correlation key are combined together using some kind of AggregationStrategy (by default the latest message is used) to compress many message exchanges into a smaller number of exchanges.
AggregationStrategy
          A strategy for aggregating two exchanges together into a single exchange.
OptimisticLockRetryPolicy
          Class to control how failed optimistic locks are tried.
 

Classes in org.apache.camel.processor.aggregate used by org.apache.camel.processor
AggregationStrategy
          A strategy for aggregating two exchanges together into a single exchange.
 

Classes in org.apache.camel.processor.aggregate used by org.apache.camel.processor.aggregate
AbstractListAggregationStrategy
          Aggregate all exchanges into a List of values defined by the AbstractListAggregationStrategy.getValue(Exchange) call.
AggregationStrategy
          A strategy for aggregating two exchanges together into a single exchange.
AggregationStrategyMethodInfo
          Method information about the POJO method to call when using the AggregationStrategyBeanAdapter.
CompletionAwareAggregationStrategy
          A specialized AggregationStrategy which has callback when the aggregated Exchange is completed.
OptimisticLockRetryPolicy
          Class to control how failed optimistic locks are tried.
 

Classes in org.apache.camel.processor.aggregate used by org.apache.camel.util.toolbox
AggregationStrategy
          A strategy for aggregating two exchanges together into a single exchange.
CompletionAwareAggregationStrategy
          A specialized AggregationStrategy which has callback when the aggregated Exchange is completed.
TimeoutAwareAggregationStrategy
          A specialized AggregationStrategy which can handle timeouts as well.
 



Apache Camel