@Deprecated public final class ReactiveOperationExecutorFactoryWrapper<T extends org.mule.runtime.api.meta.model.ComponentModel> extends Object implements org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<T>, OperationArgumentResolverFactory<T>
ComponentExecutorFactory so that non blocking operations can correctly hook into the execution pipeline.| Constructor and Description |
|---|
ReactiveOperationExecutorFactoryWrapper(org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<T> delegate)
Deprecated.
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Function<org.mule.runtime.extension.api.runtime.operation.ExecutionContext<T>,Map<String,Object>> |
createArgumentResolver(T componentModel)
Deprecated.
Builds the argument resolver based on an
executionContext and the internal state of this object. |
org.mule.runtime.extension.api.runtime.operation.ComponentExecutor<T> |
createExecutor(T componentModel,
Map<String,Object> parameters)
Deprecated.
|
public ReactiveOperationExecutorFactoryWrapper(org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<T> delegate)
delegate - the ComponentExecutorFactory to be decoratedpublic org.mule.runtime.extension.api.runtime.operation.ComponentExecutor<T> createExecutor(T componentModel, Map<String,Object> parameters)
createExecutor in interface org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<T extends org.mule.runtime.api.meta.model.ComponentModel>ReactiveInterceptableOperationExecutorWrapper which decorates the result of propagating this invocation to
the delegatepublic Function<org.mule.runtime.extension.api.runtime.operation.ExecutionContext<T>,Map<String,Object>> createArgumentResolver(T componentModel)
OperationArgumentResolverFactoryexecutionContext and the internal state of this object.createArgumentResolver in interface OperationArgumentResolverFactory<T extends org.mule.runtime.api.meta.model.ComponentModel>Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.