|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompletionAwareAggregationStrategy | |
|---|---|
| org.apache.camel.processor.aggregate | Helper classes for the Aggregator pattern. |
| org.apache.camel.util.toolbox | Toolbox classes to create commonly used Aggregation Strategies in a fluent manner. |
| Uses of CompletionAwareAggregationStrategy in org.apache.camel.processor.aggregate |
|---|
| Classes in org.apache.camel.processor.aggregate that implement CompletionAwareAggregationStrategy | |
|---|---|
class |
AbstractListAggregationStrategy<V>
Aggregate all exchanges into a List of values defined by the AbstractListAggregationStrategy.getValue(Exchange) call. |
class |
GroupedExchangeAggregationStrategy
Aggregate all exchanges into a single combined Exchange holding all the aggregated exchanges in a List as the message body. |
| Uses of CompletionAwareAggregationStrategy in org.apache.camel.util.toolbox |
|---|
| Classes in org.apache.camel.util.toolbox that implement CompletionAwareAggregationStrategy | |
|---|---|
class |
FlexibleAggregationStrategy<E>
The Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||