| Package | Description |
|---|---|
| org.mule.runtime.app.declaration.api | |
| org.mule.runtime.app.declaration.api.fluent |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentElementDeclaration<T extends ComponentElementDeclaration>
A programmatic descriptor of a
org.mule.runtime.api.meta.model.ComponentModel configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructElementDeclaration
A programmatic descriptor of an application Flow configuration.
|
class |
OperationElementDeclaration
A programmatic descriptor of a
org.mule.runtime.api.meta.model.operation.OperationModel configuration. |
class |
RouteElementDeclaration
A programmatic descriptor of a
org.mule.runtime.api.meta.model.nested.NestedRouteModel configuration. |
class |
SourceElementDeclaration
A programmatic descriptor of a
org.mule.runtime.api.meta.model.source.SourceModel configuration. |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentElementDeclaration> |
ComponentElementDeclaration.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
T |
ComponentElementDeclaration.addComponent(ComponentElementDeclaration declaration)
|
T |
ComponentElementDeclaration.addComponent(int index,
ComponentElementDeclaration declaration)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentElementDeclarer<E extends ComponentElementDeclarer,D extends ComponentElementDeclaration>
Allows configuring an
ComponentElementDeclaration through a fluent API |
| Modifier and Type | Method and Description |
|---|---|
T |
HasNestedComponentDeclarer.withComponent(ComponentElementDeclaration component)
Adds a
component to the declaration being built |
RouteElementDeclarer |
RouteElementDeclarer.withComponent(ComponentElementDeclaration component)
Adds a
component to the declaration being built |
E |
ComponentElementDeclarer.withComponent(ComponentElementDeclaration component)
Adds a
component to the declaration being built |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.