Uses of Class
io.dropwizard.health.HealthEnvironment
-
Packages that use HealthEnvironment Package Description io.dropwizard.health io.dropwizard.health.response -
-
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. from load balancer).voidServletHealthResponderFactory. configure(String name, Collection<String> healthCheckUrlPaths, HealthResponseProvider healthResponseProvider, HealthEnvironment health, JerseyEnvironment jersey, ServletEnvironment servlets, com.fasterxml.jackson.databind.ObjectMapper mapper)
-