| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.describedAs(String description)
Adds a description to the provider
|
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.withConnectionManagementType(ConnectionManagementType connectionManagementType)
Sets the type of connection management that the provider performs
|
ConnectionProviderDeclarer |
ConfigurationDeclarer.withConnectionProvider(String name)
Adds a connection provider of the given
name |
ConnectionProviderDeclarer |
ExtensionDeclarer.withConnectionProvider(String name)
Adds a connection provider of the given
name |
ConnectionProviderDeclarer |
HasConnectionProviderDeclarer.withConnectionProvider(String name)
Adds a connection provider of the given
name |
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.withExternalLibrary(ExternalLibraryModel externalLibrary)
Adds the given
externalLibrary |
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.withStereotype(StereotypeModel stereotype)
Adds the given
stereotype |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationDeclarer.withConnectionProvider(ConnectionProviderDeclarer declarer)
Adds a
ConnectionProviderDeclaration by receiving
a declarer which describes it |
void |
ExtensionDeclarer.withConnectionProvider(ConnectionProviderDeclarer declarer)
Adds a
ConnectionProviderDeclaration by receiving
a declarer which describes it |
void |
HasConnectionProviderDeclarer.withConnectionProvider(ConnectionProviderDeclarer declarer)
Adds a
ConnectionProviderDeclaration by receiving
a declarer which describes it |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.