public final class OperationExecutorModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty meant to be used on operation models,
which provides access to a OperationExecutorFactory used to execute such
operation| Constructor and Description |
|---|
OperationExecutorModelProperty(org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactory executorFactory)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactory |
getExecutorFactory() |
String |
getName() |
boolean |
isPublic() |
public OperationExecutorModelProperty(org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactory executorFactory)
executorFactory - a OperationExecutorFactorypublic org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactory getExecutorFactory()
OperationExecutorFactorypublic 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.