CompositeDataSourcePoolMetadataProvider

A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.

Author

Stephane Nicoll

Since

2.0.0

Constructors

Link copied to clipboard
constructor(providers: Collection<out DataSourcePoolMetadataProvider>)
Create a CompositeDataSourcePoolMetadataProvider instance with an initial collection of delegates to use.

Functions

Link copied to clipboard
Return the DataSourcePoolMetadata instance able to manage the specified DataSource or null if the given data source could not be handled.