@MinMuleVersion(value="4.1") public abstract class Route extends Object
Route allows a given Operation to receive a chain of message processors along with a set of
parameters, to be executed as part of the operation's execution.
Routes should be used for receiving multiple possible paths of execution, where the parameters of the
Route can be used to decide whether or not the contained processors should be executed. Stereotypes can be used in the Route declaration to define which are the allowed stereotypes of the received
processors.
This Route will not allow complex parameters to be defined inline, since the DSL content of the element will be
exclusive of the parameterized processors.
Chain,
AllowedStereotypes,
RouterCompletionCallback| Constructor and Description |
|---|
Route() |
public Chain getChain()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.