Module io.helidon.dbclient.hikari
Package io.helidon.dbclient.hikari
Class HikariConnectionPoolProvider
java.lang.Object
io.helidon.dbclient.hikari.HikariConnectionPoolProvider
- All Implemented Interfaces:
ConfiguredProvider<JdbcConnectionPool>
,JdbcConnectionPoolProvider
Hikari connection pool
ServiceLoader
provider.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HikariConnectionPoolProvider
public HikariConnectionPoolProvider()Creates an instance of Hikari connection poolServiceLoader
provider.
-
-
Method Details
-
configKey
Description copied from interface:ConfiguredProvider
Key this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.- Specified by:
configKey
in interfaceConfiguredProvider<JdbcConnectionPool>
- Returns:
- key of this implementation
-
create
Description copied from interface:ConfiguredProvider
Create a new instance from the configuration located on the provided node.- Specified by:
create
in interfaceConfiguredProvider<JdbcConnectionPool>
- Parameters:
config
- located atConfiguredProvider.configKey()
nodename
- name of the configured implementation- Returns:
- a new instance created from this config node
-