|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AggregatorBuilder | |
|---|---|
| org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
| Uses of AggregatorBuilder in org.apache.camel.builder |
|---|
| Methods in org.apache.camel.builder that return AggregatorBuilder | |
|---|---|
AggregatorBuilder |
AggregatorBuilder.aggregationStrategy(AggregationStrategy aggregationStrategy)
|
AggregatorBuilder |
FromBuilder.aggregator(Expression correlationExpression)
A builder for the Aggregator pattern where a batch of messages are processed (up to a maximum amount or until some timeout is reached) and messages for the same correlation key are combined together using some kind of {@link AggregationStrategy ) (by default the latest message is used) to compress many message exchanges into a smaller number of exchanges. |
AggregatorBuilder |
FromBuilder.aggregator(Expression correlationExpression,
AggregationStrategy strategy)
A builder for the Aggregator pattern where a batch of messages are processed (up to a maximum amount or until some timeout is reached) and messages for the same correlation key are combined together using some kind of {@link AggregationStrategy ) (by default the latest message is used) to compress many message exchanges into a smaller number of exchanges. |
AggregatorBuilder |
AggregatorBuilder.batchSize(int batchSize)
|
AggregatorBuilder |
AggregatorBuilder.batchTimeout(int batchTimeout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||