public interface ExecutionMediator<M 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 |
|---|---|
void |
execute(org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor<M> executor,
ExecutionContextAdapter<M> context,
org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor.ExecutorCallback callback)
Coordinates the execution of the
executor using the given context |
void execute(org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor<M> executor, ExecutionContextAdapter<M> context, org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor.ExecutorCallback callback)
executor using the given contextexecutor - an CompletableComponentExecutorcontext - an ExecutionContextAdaptercallback - Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.