| Package | Description |
|---|---|
| org.mule.runtime.extension.api.introspection.connection | |
| org.mule.runtime.extension.api.introspection.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
ConnectionManagementType |
ConnectionProviderModel.getConnectionManagementType() |
ConnectionManagementType |
ImmutableConnectionProviderModel.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.
|
| Constructor and Description |
|---|
ImmutableConnectionProviderModel(String name,
String description,
List<ParameterModel> parameterModels,
ConnectionManagementType connectionManagementType,
Set<ModelProperty> modelProperties)
Creates a new instance with the given state
|
ImmutableRuntimeConnectionProviderModel(String name,
String description,
Class<?> connectionType,
ConnectionProviderFactory connectionProviderFactory,
List<ParameterModel> parameterModels,
ConnectionManagementType connectionManagementType,
Set<ModelProperty> modelProperties)
Creates a new instance with the given state
|
| 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 © 2016 MuleSoft, Inc.. All rights reserved.