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

Tar Aggregation Strategy

AggregationStrategy to combine together incoming messages into a tar file. Please note that this aggregation strategy requires eager completion check to work properly.

Metadata

Property Value
Interface Type org.apache.camel.AggregationStrategy
Version 4.10.2

Maven Dependency

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-tarfile</artifactId>
    <version>4.10.2</version>
</dependency>