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, onCompletion
public Object getValue(org.apache.camel.Exchange exchange)
AbstractListAggregationStrategy
List
.getValue
in class AbstractListAggregationStrategy<Object>
exchange
- The exchange that is used to retrieve the value fromApache Camel