|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AggregationStrategy
Strategy pattern for aggregating a list of MuleEvent passed through a
AggregationContext into a single one
| Method Summary | |
|---|---|
MuleEvent |
aggregate(AggregationContext context)
aggregates the events in the given context into a single one |
| Method Detail |
|---|
MuleEvent aggregate(AggregationContext context)
throws MuleException
context - an instance of AggregationContext
MuleEvent. It can be a new event, an enriched
version of AggregationContext.getOriginalEvent() or whatever
makes sense in your use case. It cannot be null, return
VoidMuleEvent instead
MuleException - if unexpected exception occurs or business error
condition is met
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||