@ComponentProfile(summary="Build a connection pool using HikariCP",
since="3.9.2")
public class HikariPoolBuilder
extends java.lang.Object
implements ConnectionPoolBuilder
PluggableJdbcPooledConnection.In the adapter configuration file this class is aliased as jdbc-hikari-pool-builder which is the preferred alternative to the fully qualified classname when building your configuration.
| Modifier and Type | Class and Description |
|---|---|
class |
HikariPoolBuilder.HikariDataSourceWrapper |
| Constructor and Description |
|---|
HikariPoolBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PooledDataSource |
build(PluggableJdbcPooledConnection conn)
Build a
PooledDataSource. |
public PooledDataSource build(PluggableJdbcPooledConnection conn) throws java.lang.Exception
ConnectionPoolBuilderPooledDataSource.build in interface ConnectionPoolBuilderjava.lang.Exception