camel.apache.org
Aggregation repository that uses JCache to store exchanges.
Updated 2026-03-17 20:40:09 +00:00
Aggregation repository that uses Hazelcast Cache to store exchanges.
Updated 2026-03-17 20:40:09 +00:00
A memory based AggregationRepository which stores Exchange in memory only.
Updated 2026-03-17 20:40:01 +00:00
The XSLT Aggregation Strategy enables you to use XSL stylesheets to aggregate messages.
Updated 2026-03-17 20:34:22 +00:00
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
Updated 2026-03-17 20:33:34 +00:00
AggregationStrategy to combine together incoming messages into a tar file. Please note that this aggregation strategy requires eager completion check to work properly.
Updated 2026-03-17 20:33:30 +00:00
AggregationStrategy to zip together incoming messages into a zip file. Please note that this aggregation strategy requires eager completion check to work properly.
Updated 2026-03-17 20:33:29 +00:00
An AggregationStrategy which just uses the latest exchange which is useful for status messages where old status messages have no real value. Another example is things like market data prices, where old stock prices are not that relevant, only the current
Updated 2026-03-17 20:30:40 +00:00
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.
Updated 2026-03-17 20:30:39 +00:00
An AggregationStrategy which just uses the original exchange which can be needed when you want to preserve the original Exchange. For example when splitting an Exchange and then you may want to keep routing using the original Exchange.
Updated 2026-03-17 20:30:39 +00:00
The XSLT Aggregation Strategy enables you to use XSL stylesheets to aggregate messages (uses Saxon).
Updated 2026-03-17 20:30:38 +00:00
Aggregates two OpenSearch BulkOperation into a single BulkRequest
Updated 2026-03-17 20:30:38 +00:00
Aggregate all Message into a single combined Exchange holding all the aggregated messages in a List of Message as the message body. This aggregation strategy can be used in combination with Splitter to batch messages.
Updated 2026-03-17 20:30:36 +00:00
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.
Updated 2026-03-17 20:30:36 +00:00
Aggregates two ElasticSearch BulkOperation into a single BulkRequest
Updated 2026-03-17 20:27:49 +00:00