Uses of Class
io.dropwizard.health.HealthEnvironment
Packages that use HealthEnvironment
-
Uses of HealthEnvironment in io.dropwizard.health
Methods in io.dropwizard.health with parameters of type HealthEnvironmentModifier and TypeMethodDescriptionvoidDefaultHealthFactory.configure(LifecycleEnvironment lifecycle, ServletEnvironment servlets, JerseyEnvironment jersey, HealthEnvironment health, com.fasterxml.jackson.databind.ObjectMapper mapper, String name) voidHealthFactory.configure(LifecycleEnvironment lifecycle, ServletEnvironment servlets, JerseyEnvironment jersey, HealthEnvironment health, com.fasterxml.jackson.databind.ObjectMapper mapper, String name) -
Uses of HealthEnvironment in io.dropwizard.health.response
Methods in io.dropwizard.health.response with parameters of type HealthEnvironmentModifier and TypeMethodDescriptionvoidHealthResponderFactory.configure(String name, Collection<String> healthCheckUrlPaths, HealthResponseProvider healthResponseProvider, HealthEnvironment health, JerseyEnvironment jersey, ServletEnvironment servlets, com.fasterxml.jackson.databind.ObjectMapper mapper) Configures a health responder for responding to health check requests (e.g.voidServletHealthResponderFactory.configure(String name, Collection<String> healthCheckUrlPaths, HealthResponseProvider healthResponseProvider, HealthEnvironment health, JerseyEnvironment jersey, ServletEnvironment servlets, com.fasterxml.jackson.databind.ObjectMapper mapper)