public final class ComponentExecutorModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty meant to be used on component models,
which provides access to a ComponentExecutorFactory used to execute such component| Constructor and Description |
|---|
ComponentExecutorModelProperty(org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory executorFactory)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory |
getExecutorFactory() |
String |
getName() |
boolean |
isPublic() |
public ComponentExecutorModelProperty(org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory executorFactory)
executorFactory - a ComponentExecutorFactorypublic org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory getExecutorFactory()
ComponentExecutorFactorypublic 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–2017 MuleSoft, Inc.. All rights reserved.