| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.connection | |
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
ConnectionManagementType |
ConnectionProviderModel.getConnectionManagementType() |
static ConnectionManagementType |
ConnectionManagementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionManagementType[] |
ConnectionManagementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionManagementType |
ConnectionProviderDeclaration.getConnectionManagementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProviderDeclaration.setConnectionManagementType(ConnectionManagementType connectionManagementType)
Sets the
ConnectionManagementType |
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.withConnectionManagementType(ConnectionManagementType connectionManagementType)
Sets the type of connection management that the provider performs
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.