Package org.apache.camel.processor.aggregate

Helper classes for the Aggregator pattern.

See:
          Description

Interface Summary
AggregationStrategy A strategy for aggregating two exchanges together into a single exchange.
 

Class Summary
AggregationCollection A Collection which aggregates exchanges together using a correlation expression so that there is only a single message exchange sent for a single correlation key.
UseLatestAggregationStrategy An AggregationStrategy which just uses the latest exchange which is useful for status messages where old status messages have no real value; another example is things like market data prices, where old stock prices are not that relevant, only the current price is.
 

Package org.apache.camel.processor.aggregate Description

Helper classes for the Aggregator pattern.



Copyright © 2007 Apache Software Foundation. All Rights Reserved.