| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentModel
A definition of an component in a
ExtensionModel. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationModel
A named configuration for an extension
Configurations describe different ways to initialize a scope for operations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionProviderModel
Introspection model for
ConnectionProvider types. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OperationModel
A definition of an operation in a
ExtensionModel. |
interface |
RouteModel
A Route is a chain of components which don't exist directly on a Mule flow,
but are contained inside another owning component.
|
interface |
RouterModel
An
OperationModel specification which represents the particular case of a
router, such as choice, scatter-gather, first-successful, etc. |
interface |
ScopeModel
An
OperationModel specification which represents the particular case of a
scope, such as async or foreach. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceCallbackModel |
interface |
SourceModel
A definition of a message source in an
ExtensionModel. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdempotentExtensionWalker.onParameter(ParameterizedModel owner,
ParameterGroupModel groupModel,
ParameterModel model) |
protected void |
ExtensionWalker.onParameter(ParameterizedModel owner,
ParameterGroupModel groupModel,
ParameterModel model)
Invoked when an
ParameterModel is found in the
traversed extensionModel |
protected void |
IdempotentExtensionWalker.onParameterGroup(ParameterizedModel owner,
ParameterGroupModel model) |
protected void |
ExtensionWalker.onParameterGroup(ParameterizedModel owner,
ParameterGroupModel model)
Invoked when an
ParameterGroupModel is found in the
traversed extensionModel |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.