Package org.springframework.boot.health.application
@NullMarked
package org.springframework.boot.health.application
Health indicators providing information about an application.
-
ClassDescriptionA
HealthIndicatorthat checks a specificAvailabilityStateof the application.Callback used to add status mappings.AHealthIndicatorthat checks available disk space and reports a status ofStatus.DOWNwhen it drops below a configurable threshold.AHealthIndicatorthat checks theLivenessStateof the application.AHealthIndicatorthat checks theReadinessStateof the application.HealthIndicatorthat checks the certificates the application uses and reportsStatus.OUT_OF_SERVICEwhen a certificate is invalid.