org.mule.routing
Interface DynamicRouteResolver

All Known Subinterfaces:
IdentifiableDynamicRouteResolver
All Known Implementing Classes:
DynamicRouteResolverAdapter

public interface DynamicRouteResolver

SPI for dynamic route resolvers


Method Summary
 List<MessageProcessor> resolveRoutes(MuleEvent event)
          Return a list of MessageProcessor to route the message.
 

Method Detail

resolveRoutes

List<MessageProcessor> resolveRoutes(MuleEvent event)
                                     throws MessagingException
Return a list of MessageProcessor to route the message.

Parameters:
event - the event holding the message to route
Returns:
a list of MessageProcessor to which the message will be routed to
Throws:
MessagingException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.