| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
| org.springframework.boot.autoconfigure.jdbc.metadata |
Auto-configuration for JDBC Metadata.
|
| Constructor and Description |
|---|
DataSourcesHealthIndicatorConfiguration(ObjectProvider<Map<String,DataSource>> dataSources,
ObjectProvider<Collection<DataSourcePoolMetadataProvider>> metadataProviders) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourcePoolMetadataProviders
A
DataSourcePoolMetadataProvider implementation that returns the first
DataSourcePoolMetadata that is found by one of its delegate. |
| Constructor and Description |
|---|
DataSourcePoolMetadataProviders(Collection<? extends DataSourcePoolMetadataProvider> providers)
Create a
DataSourcePoolMetadataProviders instance with an initial
collection of delegates to use. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.