public interface OutboundRouter extends MatchableMessageRouter, RouterStatisticsRecorder, Lifecycle, MuleContextAware, FlowConstructAware
OutboundRouter is used to control outbound routing behaviour for an
event. One or more Outbound routers can be associated with an
OutboundRouterCollection and will be selected based on the filters
set on the individual Outbound Router.OutboundRouterCollectionPHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Modifier and Type | Method and Description |
|---|---|
List<MessageProcessor> |
getRoutes()
Gets a list of MessageProcessor instances associated with this router
|
boolean |
isDynamicRoutes()
Determines whether this router supports dynamic route.
|
void |
setReplyTo(String replyTo)
Sets the replyTo route for any outgoing messages.
|
void |
setTransactionConfig(TransactionConfig transactionConfig) |
addRoute, removeRouteprocesssetRouterStatisticsinitialisedisposesetMuleContextsetFlowConstructvoid setTransactionConfig(TransactionConfig transactionConfig)
void setReplyTo(String replyTo)
replyTo - route string to useboolean isDynamicRoutes()
List<MessageProcessor> getRoutes()
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.