public interface ExecutionMediator<T extends org.mule.runtime.api.meta.model.ComponentModel>
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.ComponentExecutor<T> executor,
ExecutionContextAdapter<T> context)
Coordinates the execution of the
executor using the given context |
org.reactivestreams.Publisher<Object> execute(org.mule.runtime.extension.api.runtime.operation.ComponentExecutor<T> executor, ExecutionContextAdapter<T> context)
executor using the given contextexecutor - an ComponentExecutorcontext - an ExecutionContextAdapterMono with the operation's resultCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.