Uses of Class
io.dropwizard.health.HealthEnvironment
-
Packages that use HealthEnvironment Package Description io.dropwizard.core.setup io.dropwizard.health io.dropwizard.health.response -
-
Uses of HealthEnvironment in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup that return HealthEnvironment Modifier and Type Method Description HealthEnvironmentEnvironment. health()Returns the application'sHealthEnvironment. -
Uses of HealthEnvironment in io.dropwizard.health
Methods in io.dropwizard.health with parameters of type HealthEnvironment Modifier and Type Method Description voidDefaultHealthFactory. 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 HealthEnvironment Modifier and Type Method Description voidHealthResponderFactory. 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)
-