target
whihc can be one of the
sequence
or else and endpoint
after checking whether the conditions
specified in this route matches the provided message.Route
including the route conditions and the routing of a
particular route for the RouterMediator
.Route
after calling the doRoute
method is this
particular route over the specified message does not match the conditions specified in this
route.Route
after calling the doRoute
method is; this
particular route over the specified message matches the conditions specified in this
route and hence the message is routed, at the same time the message must not go through any
other matching routes within this router.Route
after calling the doRoute
method is; this
particular route over the specified message matches the conditions specified in this
route and hence the message is routed, and the message should not go though any more routes
within this router.Route
after calling the doRoute
method is; this
particular route over the specified message matches the conditions specified in this
route and hence the message is routed, but the message may go through any other matching
routes within this router for further routing.RouterMediator
using the following configurationRouterMediator
into the following configurationdoRoute
method.Copyright © 2020 WSO2. All rights reserved.