public final class JavaConnectionProviderModelParserUtils extends Object
ConnectionProviderModel instances| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCachedConnectionProvider(ConnectionProviderElement element) |
static boolean |
isDefinedThroughSdkApi(ConnectionProviderElement element) |
static boolean |
isPoolingConnectionProvider(ConnectionProviderElement element) |
static boolean |
isTransactional(Type connectionType) |
public static boolean isPoolingConnectionProvider(ConnectionProviderElement element)
element - a ConnectionProviderElementelement represents a pooling providerpublic static boolean isCachedConnectionProvider(ConnectionProviderElement element)
element - a ConnectionProviderElementelement represents a caching providerpublic static boolean isDefinedThroughSdkApi(ConnectionProviderElement element)
element - a ConnectionProviderElementelement represents a provider defined through the sdk-apipublic static boolean isTransactional(Type connectionType)
connectionType - the connection typeconnectionType represents a transactional connectionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.