public final class OperationExecutorFactoryWrapper<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 the instances that it generates are also decorated through a
InterceptableOperationExecutorWrapper, so that the items in the interceptors list can apply.| Constructor and Description |
|---|
OperationExecutorFactoryWrapper(org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<T> delegate,
List<org.mule.runtime.extension.api.runtime.operation.Interceptor> interceptors)
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)
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) |
public OperationExecutorFactoryWrapper(org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<T> delegate, List<org.mule.runtime.extension.api.runtime.operation.Interceptor> interceptors)
delegate - the ComponentExecutorFactory to be decoratedinterceptors - a List with the interceptors that should aplypublic 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>InterceptableOperationExecutorWrapper 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–2024 MuleSoft, Inc.. All rights reserved.