public interface DataSourceConfig
DataSource instances| Modifier and Type | Method and Description |
|---|---|
String |
getDriverClassName()
Full qualifier name of the Driver Class to connect to the database
|
String |
getPassword()
Password to use to login into the database
|
default Optional<org.mule.runtime.api.tls.TlsContextFactory> |
getTlsContextFactory()
TLSContextFactory to provide secure connections
|
TransactionIsolation |
getTransactionIsolation()
The transaction isolation level to set on the driver when connecting the database.
|
String |
getUrl()
The JDBC URL to be used to connect to the database
|
String |
getUser()
User to use to login into the database
|
boolean |
isUseXaTransactions()
Indicates whether or not the created datasource has to support XA transactions.
|
String getUrl()
String getDriverClassName()
String getPassword()
String getUser()
TransactionIsolation getTransactionIsolation()
boolean isUseXaTransactions()
default Optional<org.mule.runtime.api.tls.TlsContextFactory> getTlsContextFactory()
Copyright © 2025. All rights reserved.