public interface ExecutionMediator
This mediator will coordinate operation executors, interceptors, configuration
expiration, statistics, etc.
This mediator supports reactive streams and hence returns the operation result in the form of a Mono.
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Object> |
execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor,
ExecutionContextAdapter context)
Coordinates the execution of the
executor using the given context |
org.reactivestreams.Publisher<Object> execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor, ExecutionContextAdapter context)
executor using the given contextexecutor - an OperationExecutorcontext - an ExecutionContextAdapterMono with the operation's resultCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.