Grouped Exchange Aggregation Strategy
Aggregate all Exchanges into a single combined Exchange holding all the aggregated exchanges in a List of Exchange as the message body. This aggregation strategy can be used in combination with Splitter to batch messages.
Metadata
| Property |
Value |
| Interface Type |
org.apache.camel.AggregationStrategy |
| Version |
4.10.2 |
Maven Dependency
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-processor</artifactId>
<version>4.10.2</version>
</dependency>