Uses of Class
com.codahale.metrics.health.HealthCheckRegistry
-
Packages that use HealthCheckRegistry Package Description com.codahale.metrics.servlets -
-
Uses of HealthCheckRegistry in com.codahale.metrics.servlets
Fields in com.codahale.metrics.servlets declared as HealthCheckRegistry Modifier and Type Field Description private HealthCheckRegistry
HealthCheckServlet. registry
Methods in com.codahale.metrics.servlets that return HealthCheckRegistry Modifier and Type Method Description protected abstract HealthCheckRegistry
AdminServletContextListener. getHealthCheckRegistry()
Deprecated.Returns theHealthCheckRegistry
to inject into the servlet context.protected abstract HealthCheckRegistry
HealthCheckServlet.ContextListener. getHealthCheckRegistry()
Returns theHealthCheckRegistry
to inject into the servlet context.Constructors in com.codahale.metrics.servlets with parameters of type HealthCheckRegistry Constructor Description HealthCheckServlet(HealthCheckRegistry registry)
-