public final class FunctionExecutorModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty meant to be used on operation models,
which provides access to a FunctionExecutorFactory used to execute such
operation| Constructor and Description |
|---|
FunctionExecutorModelProperty(FunctionExecutorFactory executorFactory)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
FunctionExecutorFactory |
getExecutorFactory() |
String |
getName() |
boolean |
isPublic() |
public static final String NAME
public FunctionExecutorModelProperty(FunctionExecutorFactory executorFactory)
executorFactory - a FunctionExecutorFactorypublic FunctionExecutorFactory getExecutorFactory()
FunctionExecutorFactorypublic String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertyfalseCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.