Class HealthCheck.Result

java.lang.Object
com.codahale.metrics.health.HealthCheck.Result
Enclosing class:
HealthCheck

public static class HealthCheck.Result extends Object
The result of a HealthCheck being run. It can be healthy (with an optional message) or unhealthy (with either an error message or a thrown exception).