public interface DynamicRouteResolver
| Modifier and Type | Method and Description |
|---|---|
List<MessageProcessor> |
resolveRoutes(MuleEvent event)
Return a list of
MessageProcessor to route the message. |
List<MessageProcessor> resolveRoutes(MuleEvent event) throws MessagingException
MessageProcessor to route the message.event - the event holding the message to routeMessageProcessor to which the message will be routed toMessagingExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.