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.
PredicateAggregationCollection An aggregator collection which uses a predicate to decide when an aggregation is completed for a particular 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 © 2008 IONA Open Source Community. All Rights Reserved.