Uses of Class
org.mule.routing.AbstractRoutingStrategy

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

Uses of AbstractRoutingStrategy in org.mule.routing
 

Subclasses of AbstractRoutingStrategy in org.mule.routing
 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.