| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
RouteDeclarer |
RouteDeclarer.withAllowedStereotypes(Stereotype... stereotypes)
Adds the given
stereotypes to the ones which are allowed on
the route. |
RouteDeclarer |
RouteDeclarer.withMaxOccurs(Integer maxOccurs)
Sets the maximum amount of times that this route can be present on the owning
component
|
RouteDeclarer |
RouteDeclarer.withMinOccurs(int minOccurs)
Sets the minimum amount of times that this route can be present on the owning
component
|
RouteDeclarer |
RouterDeclarer.withRoute(String routeName)
Adds a route of the given
name |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.