Package io.micronaut.jdbc.metadata
Interface DataSourcePoolMetadataProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provide a
DataSourcePoolMetadata
based on a DataSource
.- Since:
- 2.0.0
- Author:
- Stephane Nicoll, Christian Oestreich
-
Method Summary
Modifier and TypeMethodDescriptionReturn theDataSourcePoolMetadata
instance able to manage the specifiedDataSource
ornull
if the given data source could not be handled.
-
Method Details
-
getDataSourcePoolMetadata
DataSourcePoolMetadata getDataSourcePoolMetadata()Return theDataSourcePoolMetadata
instance able to manage the specifiedDataSource
ornull
if the given data source could not be handled.- Returns:
- the data source pool metadata
-