Uses of Package
org.apache.camel.processor.aggregate
Packages that use org.apache.camel.processor.aggregate
-
Classes in org.apache.camel.processor.aggregate used by org.apache.camel.processor.aggregateClassDescriptionAggregate all exchanges into a
Listof values defined by theAbstractListAggregationStrategy.getValue(Exchange)call.A controller which allows controlling aAggregateProcessorfrom an external source, such as Java API or JMX.An implementation of the Aggregator pattern where a batch of messages is processed (up to a maximum amount or until some timeout is reached) and messages for the same correlation key are combined using some kind ofAggregationStrategy(by default the latest message is used) to compress many message exchanges into a smaller number of exchanges.Various statistics of the aggregatorMethod information about the POJO method to call when using theAggregationStrategyBeanAdapter.Parameter information to be used for method invocation.Class to control how failed optimistic locks are tried.Aggregate result of pick expression into a single combined Exchange holding all the aggregated bodies in aStringas the message body.AnAggregationStrategywhich just uses the original exchange which can be needed when you want to preserve the original Exchange.