| Interface | Description |
|---|---|
| OperationArgumentResolverFactory<T extends org.mule.runtime.api.meta.model.ComponentModel> |
Implementations provide a
Function to get the parameters that will be passed to an operation from an
OperationModel. |
| Class | Description |
|---|---|
| InterceptableOperationExecutorWrapper<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Decorates an
ComponentExecutor adding the behavior defined in AbstractInterceptable. |
| MethodArgumentResolverDelegate |
Resolves the values of an
ComponentModel's parameterModels by matching them to the arguments in
a Method |
| OperationExecutorFactoryWrapper<T extends org.mule.runtime.api.meta.model.ComponentModel> |
Decorates a
ComponentExecutorFactory so that the instances that it generates are also decorated through a
InterceptableOperationExecutorWrapper, so that the items in the OperationExecutorFactoryWrapper.interceptors list can apply. |
| OperationTransactionalActionArgumentResolver |
ArgumentResolver implementation for OperationTransactionalAction parameters |
| PagedReflectiveOperationExecutorFactory<T,M extends org.mule.runtime.api.meta.model.ComponentModel> |
An implementation of
ComponentExecutorFactory which produces instances of PagedReflectiveOperationExecutorFactory. |
| ReactiveOperationExecutionWrapper<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Decorates an
ComponentExecutor adding the necessary logic to execute non blocking operations. |
| ReflectiveMethodComponentExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Executes a task associated to a
ExecutionContext by invoking a given Method |
| ReflectiveOperationExecutorFactory<T,M extends org.mule.runtime.api.meta.model.ComponentModel> |
An implementation of
ComponentExecutorFactory which produces instances of ReflectiveMethodOperationExecutor. |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.