public interface OutboundRouter extends MatchableMessageRouter, RouterStatisticsRecorder, org.mule.runtime.api.lifecycle.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.OutboundRouterCollectionReactiveProcessor.ProcessingType| Modifier and Type | Method and Description |
|---|---|
List<Processor> |
getRoutes()
Gets a list of MessageProcessor instances associated with this router
|
boolean |
isDynamicRoutes()
Determines whether this router supports dynamic route.
|
void |
setTransactionConfig(TransactionConfig transactionConfig) |
addRoute, removeRoutegetProcessingTypesetRouterStatisticssetMuleContextsetFlowConstructvoid setTransactionConfig(TransactionConfig transactionConfig)
boolean isDynamicRoutes()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.