| Package | Description |
|---|---|
| org.apache.camel.processor.aggregate |
Helper classes for the Aggregator pattern.
|
| Modifier and Type | Method and Description |
|---|---|
StringAggregationStrategy |
StringAggregationStrategy.delimiter(String delimiter)
Set delimiter used for joining aggregated String
|
StringAggregationStrategy |
StringAggregationStrategy.pick(org.apache.camel.Expression expression)
Set an expression to extract the element to be aggregated from the incoming
Exchange. |
Apache Camel