| Interface | Description |
|---|---|
| ExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Provides context information about the execution of a modeled component
|
| FlowListener |
Allows to execute custom logic when the flow on which an operation is being executed finishes.
|
| Interceptor |
Taps into different phases of the execution of an extension's operation
allowing to take different actions depending on the phase.
|
| OperationExecutor |
A facade interface which hides the details of how an
operation is actually executed.
|
| OperationExecutorFactory |
Creates
OperationExecutor instances |
| Class | Description |
|---|---|
| Result<T,A> |
Represents the result of an operation execution.
|
| Result.Builder<T,A> |
Builds instances of
Result |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.