| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeElementDeclaration |
ScopeElementDeclaration.addComponent(ComponentElementDeclaration declaration)
|
ScopeElementDeclaration |
ScopeElementDeclaration.addComponent(int index,
ComponentElementDeclaration declaration)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeElementDeclarer<E extends ScopeElementDeclarer,D extends ScopeElementDeclaration>
Allows configuring an
ScopeElementDeclaration through a fluent API |
| Modifier and Type | Method and Description |
|---|---|
ScopeElementDeclarer<ScopeElementDeclarer,ScopeElementDeclaration> |
ElementDeclarer.newScope(String name) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.