public class ConnectionManagementType extends UnknownType
Only one value should be enabled at one time.
| Constructor and Description |
|---|
ConnectionManagementType(String value) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionManagementType |
cachedConnectionManagementType(String value) |
boolean |
isCached() |
boolean |
isNone() |
boolean |
isPooling() |
static ConnectionManagementType |
noneConnectionManagementType(String value) |
static ConnectionManagementType |
poolingConnectionManagementType(String value) |
public ConnectionManagementType(String value)
public static ConnectionManagementType poolingConnectionManagementType(String value)
public static ConnectionManagementType cachedConnectionManagementType(String value)
public static ConnectionManagementType noneConnectionManagementType(String value)
public boolean isPooling()
true if connections are pooledpublic boolean isCached()
true if connections are cachedpublic boolean isNone()
true if connections are created upon operation execution
and destroyed when operation finishedCopyright © 2020 MuleSoft, Inc.. All rights reserved.