Uses of Interface
org.mule.routing.RoutingStrategy

Packages that use RoutingStrategy
org.mule.routing Defines the core routing patterns supported by mule. 
 

Uses of RoutingStrategy in org.mule.routing
 

Classes in org.mule.routing that implement RoutingStrategy
 class AbstractRoutingStrategy
          Abstract routing strategy with utility methods to be reused by routing strategies
 class FirstSuccessfulRoutingStrategy
          Routing strategy that routes the message through a list of MessageProcessor until one is successfully executed.
 class MulticastingRoutingStrategy
          Routing strategy that will route a message through a set of MessageProcessor and return an aggregation of the results.
 class RoundRobinRoutingStrategy
          Routing strategy that divides the messages it receives among its target routes in round-robin fashion.
 



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