Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.availability |
Auto-configuration that extends health endpoints so that they can be used as
availability probes.
|
org.springframework.boot.actuate.availability |
Actuator support for application availability concerns.
|
Class and Description |
---|
LivenessStateHealthIndicator
A
HealthIndicator that checks the LivenessState of the application. |
ReadinessStateHealthIndicator
A
HealthIndicator that checks the ReadinessState of the application. |
Class and Description |
---|
AvailabilityStateHealthIndicator
A
HealthIndicator that checks a specific AvailabilityState of the
application. |
AvailabilityStateHealthIndicator.StatusMappings
Callback used to add status mappings.
|