2 Home
gitea_admin edited this page 2026-03-11 14:44:18 +00:00

Grouped Body Aggregation Strategy

Aggregate body of input Message into a single combined Exchange holding all the aggregated bodies in a List of type Object 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>