public interface AggregationStrategy
MuleEvent passed through a
AggregationContext into a single one| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
aggregate(AggregationContext context)
aggregates the events in the given context into a single one
|
MuleEvent aggregate(AggregationContext context) throws MuleException
context - an instance of AggregationContextMuleEvent. 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 insteadMuleException - if unexpected exception occurs or business error
condition is metCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.