public interface ExecutionMediator
operation executors, interceptors,
RetryRequest, configuration expiration, statistics, etc.| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor,
ExecutionContextAdapter context)
Coordinates the execution of the
executor using the given context |
Object execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor, ExecutionContextAdapter context) throws Throwable
executor using the given contextexecutor - an OperationExecutorcontext - an ExecutionContextAdapterException - if any exception is encounteredThrowableCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.