| Interface | Description |
|---|---|
| FunctionExecutor |
A facade interface which hides the details of how a function is actually executed.
|
| FunctionExecutorFactory |
Factory for creating
FunctionExecutors based on a given FunctionModel |
| FunctionParameterDefaultValueResolverFactory |
Factory definition for creating
FunctionParameter.DefaultValueResolvers |
| Class | Description |
|---|---|
| ReflectiveExpressionFunctionExecutor |
Executes a task associated to a
ExecutionContext by invoking a given Method |
| ReflectiveFunctionExecutorFactory<T> |
An implementation of
FunctionExecutorFactory which produces instances of ReflectiveExpressionFunctionExecutor. |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.