| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration | |
| org.mule.runtime.api.app.declaration.fluent |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowElementDeclaration
A programmatic descriptor of an application Flow configuration.
|
class |
OperationElementDeclaration
A programmatic descriptor of a
OperationModel configuration. |
class |
RouterElementDeclaration
A programmatic descriptor of a
RouterModel configuration. |
class |
ScopeElementDeclaration
A programmatic descriptor of a
ScopeModel configuration. |
class |
SourceElementDeclaration
A programmatic descriptor of a
SourceModel configuration. |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentElementDeclaration> |
RouteElementDeclaration.getComponents() |
List<ComponentElementDeclaration> |
ScopeElementDeclaration.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
RouteElementDeclaration |
RouteElementDeclaration.addComponent(ComponentElementDeclaration declaration) |
ScopeElementDeclaration |
ScopeElementDeclaration.addComponent(ComponentElementDeclaration declaration)
|
ScopeElementDeclaration |
ScopeElementDeclaration.addComponent(int index,
ComponentElementDeclaration declaration)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentElementDeclarer<D extends ComponentElementDeclarer,T extends ComponentElementDeclaration>
Allows configuring an
ComponentElementDeclaration through a fluent API |
| Modifier and Type | Method and Description |
|---|---|
RouteElementDeclarer |
RouteElementDeclarer.withComponent(ComponentElementDeclaration component)
Adds a
component to the RouterElementDeclaration |
E |
ScopeElementDeclarer.withComponent(ComponentElementDeclaration component)
Adds a
component to the declaration being built |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.