| Interface | Description |
|---|---|
| ExtensionManager |
Manages the
extension models available in the current context and their state. |
| Class | Description |
|---|---|
| ExtensionWalker |
Navigates a
ExtensionModel and invokes methods when important
model components are found. |
| IdempotentExtensionWalker |
A
ExtensionWalker which assures that each component is visited only once, making it easy to handle the fact that some
components such as OperationModel, SourceModel, ConnectionProviderModel, etc, implement the flyweight
pattern, which means that the same instance might be present at different levels. |
| Enum | Description |
|---|---|
| Category |
Enum that stores a list of valid categories that a extension can be assigned to.
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.