|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregatorType | |
---|---|
org.apache.camel.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of AggregatorType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return AggregatorType | |
---|---|
AggregatorType |
ProcessorType.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. |
AggregatorType |
ProcessorType.aggregator(Expression correlationExpression,
AggregationStrategy aggregationStrategy)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |