public abstract class NamedHealthCheck
extends com.codahale.metrics.health.HealthCheck
getName()
should be used when registering
this health check with HealthCheckRegistry
CodaHaleHealthCheckModule
Constructor and Description |
---|
NamedHealthCheck() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getName()
The name to register the health check as.
|
public abstract String getName()