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. 
 

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.
 

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
AggregationStrategy
          A strategy for aggregating two exchanges together into a single exchange.
 



Apache CAMEL