| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
OperationDeclarer |
HasOperationDeclarer.withOperation(String name)
Adds an operation of the given
name |
OperationDeclarer |
ConfigurationDeclarer.withOperation(String name)
Adds an operation of the given
name |
OperationDeclarer |
ExtensionDeclarer.withOperation(String name)
Adds an operation of the given
name |
| Modifier and Type | Method and Description |
|---|---|
void |
HasOperationDeclarer.withOperation(OperationDeclarer declarer)
Adds an
OperationDeclaration by receiving
a declarer which describes it |
void |
ConfigurationDeclarer.withOperation(OperationDeclarer declarer)
Adds an
OperationDeclaration by receiving
a declarer which describes it |
void |
ExtensionDeclarer.withOperation(OperationDeclarer declarer)
Adds an
OperationDeclaration by receiving
a declarer which describes it |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.