Package | Description |
---|---|
ratpack.health |
Health checks report on the status of key components in the system and are generally used for monitoring and reporting.
|
Modifier and Type | Method and Description |
---|---|
static HealthCheck |
HealthCheck.of(String name,
Function<? super Registry,? extends Promise<HealthCheck.Result>> func)
Convenience factory for health check implementations.
|