Class HikariSQLSourceConfig
java.lang.Object
pro.gravit.launchserver.auth.HikariSQLSourceConfig
- All Implemented Interfaces:
SQLSourceConfig
-
Constructor Details
-
HikariSQLSourceConfig
public HikariSQLSourceConfig()
-
-
Method Details
-
init
public void init()Called once after deserialization. Safe to call multiple times. -
close
public void close()Closes the underlying connection pool if it has been opened.- Specified by:
closein interfaceSQLSourceConfig
-
getConnection
- Specified by:
getConnectionin interfaceSQLSourceConfig- Throws:
SQLException
-