public interface FunctionExecutorFactory
FunctionExecutors based on a given FunctionModel| Modifier and Type | Method and Description |
|---|---|
FunctionExecutor |
createExecutor(org.mule.runtime.api.meta.model.function.FunctionModel functionModel,
FunctionParameterDefaultValueResolverFactory defaultResolverFactory)
Creates a new
ExpressionFunction based on a given FunctionModel |
FunctionExecutor createExecutor(org.mule.runtime.api.meta.model.function.FunctionModel functionModel, FunctionParameterDefaultValueResolverFactory defaultResolverFactory)
ExpressionFunction based on a given FunctionModelfunctionModel - the model of the function to be executedExpressionFunctionCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.