org.mule.routing
Class MulticastingRoutingStrategy
java.lang.Object
org.mule.routing.AbstractRoutingStrategy
org.mule.routing.MulticastingRoutingStrategy
- All Implemented Interfaces:
- RoutingStrategy
public class MulticastingRoutingStrategy
- extends AbstractRoutingStrategy
Routing strategy that will route a message through a set of MessageProcessor
and return an aggregation of the results.
|
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient org.apache.commons.logging.Log logger
MulticastingRoutingStrategy
public MulticastingRoutingStrategy(MuleContext muleContext,
RouterResultsHandler resultAggregator)
- Parameters:
muleContext - resultAggregator - aggregator used to create a response event
route
public MuleEvent route(MuleEvent event,
List<MessageProcessor> messageProcessors)
throws MessagingException
- Description copied from interface:
RoutingStrategy
- Routes
MuleEvent through a set of MessageProcessor
- Returns:
-
- Throws:
MessagingException
Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.