Uses of Package
org.springframework.boot.actuate.availability
Packages that use org.springframework.boot.actuate.availability
Package
Description
Auto-configuration that extends health endpoints so that they can be used as
availability probes.
Actuator support for application availability concerns.
-
Classes in org.springframework.boot.actuate.availability used by org.springframework.boot.actuate.autoconfigure.availabilityClassDescriptionA
HealthIndicator
that checks theLivenessState
of the application.AHealthIndicator
that checks theReadinessState
of the application. -
Classes in org.springframework.boot.actuate.availability used by org.springframework.boot.actuate.availabilityClassDescriptionA
HealthIndicator
that checks a specificAvailabilityState
of the application.Callback used to add status mappings.