| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
RouteElementDeclarer |
ElementDeclarer.newRoute(String name) |
RouteElementDeclarer |
RouteElementDeclarer.withComponent(ComponentElementDeclaration component)
Adds a
component to the declaration being built |
| Modifier and Type | Method and Description |
|---|---|
E |
ComponentElementDeclarer.withRoute(String name,
Consumer<RouteElementDeclarer> enricher)
Adds a
component to the declaration being built |
T |
HasNestedRoutesDeclaration.withRoute(String name,
Consumer<RouteElementDeclarer> declarationEnricher)
Adds a
component to the declaration being built |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.