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.
@FunctionalInterface public interface DataSourcePoolMetadataProviderProvide aDataSourcePoolMetadatabased on aDataSource.- Since:
- 2.0.0
- Author:
- Stephane Nicoll, Christian Oestreich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourcePoolMetadatagetDataSourcePoolMetadata()Return theDataSourcePoolMetadatainstance able to manage the specifiedDataSourceornullif the given data source could not be handled.
-
-
-
Method Detail
-
getDataSourcePoolMetadata
DataSourcePoolMetadata getDataSourcePoolMetadata()
Return theDataSourcePoolMetadatainstance able to manage the specifiedDataSourceornullif the given data source could not be handled.- Returns:
- the data source pool metadata
-
-