Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHealthIndicatorRegistry
Deprecated.
since 2.2.0 for removal in 2.4.0 in favor of
DefaultContributorRegistry |
Modifier and Type | Method and Description |
---|---|
protected <T extends HealthIndicatorRegistry> |
HealthIndicatorRegistryFactory.initialize(T registry,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HealthIndicatorRegistry |
HealthIndicatorRegistryFactory.createHealthIndicatorRegistry(Map<String,HealthIndicator> healthIndicators)
Deprecated.
Create a
HealthIndicatorRegistry based on the specified health indicators. |
HealthIndicatorRegistry |
CompositeHealthIndicator.getRegistry()
Deprecated.
Return the
HealthIndicatorRegistry of this instance. |
Constructor and Description |
---|
CompositeHealthIndicator(HealthAggregator healthAggregator,
HealthIndicatorRegistry registry)
Deprecated.
Create a new
CompositeHealthIndicator from the indicators in the given
registry . |