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