public interface RouterModel extends OperationModel
OperationModel specification which represents the particular case of a
router, such as choice, scatter-gather, first-successful, etc.
It adds a list of routes which describe the contained routes.
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(ComponentModelVisitor visitor)
Accepts a
ComponentModelVisitor |
List<RouteModel> |
getRouteModels()
Returns the list of
routes that this router contains. |
getExecutionType, getOutputAttributes, isBlockinggetOutput, getStereotypes, isTransactional, requiresConnection, supportsStreaminggetModelProperties, getModelPropertygetAllParameterModels, getParameterGroupModelsgetNamegetDescriptiongetDisplayModelgetErrorModelsList<RouteModel> getRouteModels()
routes that this router contains.Listdefault void accept(ComponentModelVisitor visitor)
ComponentModelVisitoraccept in interface ComponentModelaccept in interface OperationModelvisitor - a ComponentModelVisitorCopyright © 2017 MuleSoft, Inc.. All rights reserved.