Package | Description |
---|---|
org.mule.routing |
Defines the core routing patterns supported by mule.
|
Modifier and Type | Class and Description |
---|---|
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–2016 MuleSoft, Inc.. All rights reserved.