Package ratpack.core.health
Health checks report on the status of key components in the system and are generally used for monitoring and reporting.
-
Interface Summary Interface Description HealthCheck Reports on the health of some aspect of the system. -
Class Summary Class Description HealthCheck.Result The result of a health check.HealthCheckHandler A handler that executeshealth checks
and renders the results.HealthCheckResults A value type representing the result of running multiple health checks.