public class HealthCheckResults
extends java.lang.Object
renderable type for the result of running health checks.HealthCheckHandler| Constructor and Description |
|---|
HealthCheckResults(com.google.common.collect.ImmutableSortedMap<java.lang.String,com.codahale.metrics.health.HealthCheck.Result> healthChecks)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSortedMap<java.lang.String,com.codahale.metrics.health.HealthCheck.Result> |
getResults()
The health check results.
|