public class GroupedBodyAggregationStrategy extends AbstractListAggregationStrategy<Object>
| Constructor and Description |
|---|
GroupedBodyAggregationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(Exchange exchange)
This method is implemented by the sub-class and is called to retrieve
an instance of the value that will be aggregated and forwarded to the
receiving end point.
|
aggregate, isStoreAsBodyOnCompletion, onCompletionpublic GroupedBodyAggregationStrategy()
public Object getValue(Exchange exchange)
AbstractListAggregationStrategyList.getValue in class AbstractListAggregationStrategy<Object>exchange - The exchange that is used to retrieve the value fromApache Camel