| Interface | Description |
|---|---|
| DefaultExecutionMediator.ValueTransformer | |
| ExecutionMediator |
Executes operations while coordinating the several moving parts that are affected by the execution process, so that such pieces
can remain decoupled.
|
| Class | Description |
|---|---|
| DefaultExecutionMediator |
Default implementation of
ExecutionMediator. |
| DefaultFlowListener |
Default implementatio of
FlowListener. |
| EventedResult<T,A> |
An operation execution
Result that is created based on the resulting InternalEvent
of that execution. |
| ImmutableProcessorChainExecutor |
An implementation of
Chain that wraps a Processor and allows to execute it |
| OAuthOperationMessageProcessor |
A specialization of
OperationMessageProcessor for operations which might be running
with an OAuth enabled ConnectionProvider. |
| OperationMessageProcessor |
A
Processor capable of executing extension operations. |
| OperationMessageProcessorBuilder | |
| OperationParameterValueResolver |
ParameterValueResolver implementation for OperationMessageProcessor |
| PagedOperationMessageProcessor |
A specialization of
OperationMessageProcessor which supports auto paging by the means of a
ConsumerStreamingIterator |
| ReflectiveMethodOperationExecutor |
Implementation of
OperationExecutor which works by using reflection to invoke a method from a class. |
| Exception | Description |
|---|---|
| IllegalOperationException |
A
IllegalComponentException which marks that a current operation is not valid or is misconfigured |
| IllegalSourceException |
A
IllegalComponentException which marks that a selected Source is not valid or is misconfigured |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.