String Aggregation Strategy
Aggregate result of pick expression into a single combined Exchange holding all the aggregated bodies in a String as the message body. This aggregation strategy can 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>