public class GroupedBodyAggregationStrategy extends AbstractListAggregationStrategy<Object>
| Constructor and Description |
|---|
GroupedBodyAggregationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(org.apache.camel.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 Object getValue(org.apache.camel.Exchange exchange)
AbstractListAggregationStrategyList.getValue in class AbstractListAggregationStrategy<Object>exchange - The exchange that is used to retrieve the value fromApache Camel