| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent | |
| org.mule.runtime.api.meta.model.operation |
| Modifier and Type | Method and Description |
|---|---|
ExecutionType |
OperationDeclaration.getExecutionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationDeclaration.setExecutionType(ExecutionType executionType) |
OperationDeclarer |
OperationDeclarer.withExecutionType(ExecutionType executionType)
Specifies the operation's
ExecutionType |
| Modifier and Type | Method and Description |
|---|---|
ExecutionType |
OperationModel.getExecutionType() |
static ExecutionType |
ExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionType[] |
ExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.