public class MulticastingRoutingStrategy extends AbstractRoutingStrategy
MessageProcessor
and return an aggregation of the results.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
magicProperties| Constructor and Description |
|---|
MulticastingRoutingStrategy(MuleContext muleContext,
RouterResultsHandler resultAggregator) |
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
route(MuleEvent event,
List<MessageProcessor> messageProcessors)
Routes
MuleEvent through a set of MessageProcessor |
assertNonConsumableMessage, cloneMessage, cloneMessage, createEventToRoute, getMuleContext, propagateMagicProperties, sendRequest, validateMessageIsNotConsumablepublic MulticastingRoutingStrategy(MuleContext muleContext, RouterResultsHandler resultAggregator)
muleContext - resultAggregator - aggregator used to create a response eventpublic MuleEvent route(MuleEvent event, List<MessageProcessor> messageProcessors) throws MessagingException
RoutingStrategyMuleEvent through a set of MessageProcessorMessagingExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.