Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHealthContributorRegistry
Default
HealthContributorRegistry implementation. |
Constructor and Description |
---|
HealthEndpoint(HealthContributorRegistry registry,
HealthEndpointGroups groups)
Deprecated.
since 2.6.9 for removal in 3.0.0 in favor of
HealthEndpoint(HealthContributorRegistry, HealthEndpointGroups, Duration) |
HealthEndpoint(HealthContributorRegistry registry,
HealthEndpointGroups groups,
Duration slowIndicatorLoggingThreshold)
Create a new
HealthEndpoint instance. |
HealthEndpointWebExtension(HealthContributorRegistry registry,
HealthEndpointGroups groups)
Deprecated.
since 2.6.9 for removal in 3.0.0 in favor of
HealthEndpointWebExtension(HealthContributorRegistry, HealthEndpointGroups, Duration) |
HealthEndpointWebExtension(HealthContributorRegistry registry,
HealthEndpointGroups groups,
Duration slowIndicatorLoggingThreshold)
Create a new
HealthEndpointWebExtension instance. |