Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
HealthIndicatorRegistry |
HealthIndicatorAutoConfiguration.healthIndicatorRegistry(ApplicationContext applicationContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHealthIndicatorRegistry
Default implementation of
HealthIndicatorRegistry . |
Modifier and Type | Method and Description |
---|---|
protected <T extends HealthIndicatorRegistry> |
HealthIndicatorRegistryFactory.initialize(T registry,
Map<String,HealthIndicator> healthIndicators) |
Modifier and Type | Method and Description |
---|---|
HealthIndicatorRegistry |
HealthIndicatorRegistryFactory.createHealthIndicatorRegistry(Map<String,HealthIndicator> healthIndicators)
Create a
HealthIndicatorRegistry based on the specified health indicators. |
HealthIndicatorRegistry |
CompositeHealthIndicator.getRegistry()
Return the
HealthIndicatorRegistry of this instance. |
Constructor and Description |
---|
CompositeHealthIndicator(HealthAggregator healthAggregator,
HealthIndicatorRegistry registry)
Create a new
CompositeHealthIndicator from the indicators in the given
registry . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.