| Interface | Description |
|---|---|
| ArgumentResolverDelegate |
Extracts argument values from an
ExecutionContext and exposes them as an array |
| 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 |
|---|---|
| CompletableMethodOperationExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Implementation of
CompletableMethodOperationExecutor which works by using a GeneratedMethodComponentExecutor |
| CompletableOperationExecutorFactory<T,M extends org.mule.runtime.api.meta.model.ComponentModel> |
An implementation of
CompletableComponentExecutorFactory which produces instances of
CompletableMethodOperationExecutor. |
| ExecutorCompletionCallbackAdapter |
Adapts an
CompletableComponentExecutor.ExecutorCallback into a CompletionCallback |
| GeneratedMethodComponentExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> | |
| MethodArgumentResolverDelegate |
Resolves the values of an
ComponentModel's parameterModels by matching them to the arguments in
a Method |
| NonBlockingCompletableMethodOperationExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Implementation of
NonBlockingCompletableMethodOperationExecutor which works by using a
GeneratedMethodComponentExecutor |
| OperationTransactionalActionArgumentResolver |
ArgumentResolver implementation for OperationTransactionalAction parameters |
| PreservingThreadContextExecutorCallback | |
| SdkInternalContext |
Contains internal context handled by SDK operations.
|
| SdkInternalContext.LocationSpecificSdkInternalContext | |
| SdkInternalContext.OperationExecutionParams |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.