| Interface | Description |
|---|---|
| InterceptingCallback<T> |
An operation is intercepting when its return type matches this class.
|
| Interceptor |
Taps into different phases of the execution of an extension's operation
allowing to take different actions depending on the phase.
|
| OperationContext |
Provides context information about the execution of an operation
|
| OperationExecutor |
A facade interface which hides the details of how an
operation is actually executed.
|
| OperationExecutorFactory |
Creates
OperationExecutor instances |
| OperationResult<Output,A extends org.mule.runtime.api.message.Attributes> |
Represents the result of an operation execution.
|
| OperationResult.Builder<Output,A extends org.mule.runtime.api.message.Attributes> |
Builds instances of
OperationResult |
| Class | Description |
|---|---|
| OperationResultBuilderFactory |
Factory for creating instances of
OperationResult.Builder |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.