public interface CompletionAwareAggregationStrategy extends AggregationStrategy
AggregationStrategy which has callback when the aggregated Exchange is completed.| Modifier and Type | Method and Description |
|---|---|
void |
onCompletion(Exchange exchange)
The aggregated
Exchange has completed
Important: This method must not throw any exceptions. |
aggregatevoid onCompletion(Exchange exchange)
Exchange has completed
Important: This method must not throw any exceptions.exchange - the current aggregated exchange, or the original Exchange if no aggregation
has been done before the completion occurredApache Camel