| Interface | Description |
|---|---|
| ExtensionsClient |
The
ExtensionsClient is a simple common interface for executing extension operations programmatically without the
need of much manual coding and allowing to scale quickly all of this without a the need of compile dependency to
the executed extension. |
| OperationParameters |
A simple interface for parameters that aims to be used to execute an extension operation using the
ExtensionsClient. |
| Class | Description |
|---|---|
| DefaultOperationParameters |
Default
OperationParameters implementation, works as a generic OperationParameters for every extension operation. |
| DefaultOperationParametersBuilder |
Builder pattern implementation for building a new
OperationParameters instance. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.