|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompletionAwareAggregationStrategy
A specialized AggregationStrategy which has callback when the aggregated Exchange is completed.
| Method Summary | |
|---|---|
void |
onCompletion(Exchange exchange)
The aggregated Exchange has completed
Important: This method must not throw any exceptions. |
| Methods inherited from interface org.apache.camel.processor.aggregate.AggregationStrategy |
|---|
aggregate |
| Method Detail |
|---|
void 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 occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||