@FunctionalInterface public interface DataSourcePoolMetadataProvider
DataSourcePoolMetadata based on a DataSource.| Modifier and Type | Method and Description | 
|---|---|
| DataSourcePoolMetadata | getDataSourcePoolMetadata(DataSource dataSource)Return the  DataSourcePoolMetadatainstance able to manage the specifiedDataSourceornullif the given data source could not be handled. | 
DataSourcePoolMetadata getDataSourcePoolMetadata(DataSource dataSource)
DataSourcePoolMetadata instance able to manage the specified
 DataSource or null if the given data source could not be handled.dataSource - the data sourceCopyright © 2020 Pivotal Software, Inc.. All rights reserved.