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 HealthCheckResults |
HealthCheckResults.empty()
Empty results.
|
Modifier and Type | Method and Description |
---|---|
static Promise<HealthCheckResults> |
HealthCheck.checkAll(Registry registry,
java.lang.Iterable<? extends HealthCheck> healthChecks)
Execute health checks.
|
static Promise<HealthCheckResults> |
HealthCheck.checkAll(Registry registry,
Throttle throttle,
java.lang.Iterable<? extends HealthCheck> healthChecks)
Execute health checks.
|