| Package | Description |
|---|---|
| org.apache.camel.processor.aggregate |
Helper classes for the Aggregator pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupedBodyAggregationStrategy
|
class |
GroupedExchangeAggregationStrategy
Aggregate all exchanges into a single combined Exchange holding all the aggregated exchanges
in a
List of Exchange as the message body. |
class |
GroupedMessageAggregationStrategy
Aggregate all
Message into a single combined Exchange holding all the
aggregated messages in a List of Message as the message body. |
Apache Camel