Uses of Interface
io.dropwizard.health.response.HealthResponseProvider
-
Packages that use HealthResponseProvider Package Description io.dropwizard.health.response -
-
Uses of HealthResponseProvider in io.dropwizard.health.response
Classes in io.dropwizard.health.response that implement HealthResponseProvider Modifier and Type Class Description classJsonHealthResponseProviderMethods in io.dropwizard.health.response that return HealthResponseProvider Modifier and Type Method Description HealthResponseProviderHealthResponseProviderFactory. build(HealthStatusChecker healthStatusChecker, HealthStateAggregator healthStateAggregator, com.fasterxml.jackson.databind.ObjectMapper mapper)Configures a health responder for responding to health check requests (e.g.HealthResponseProviderJsonHealthResponseProviderFactory. build(HealthStatusChecker healthStatusChecker, HealthStateAggregator healthStateAggregator, com.fasterxml.jackson.databind.ObjectMapper mapper)Methods in io.dropwizard.health.response with parameters of type HealthResponseProvider 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)Constructors in io.dropwizard.health.response with parameters of type HealthResponseProvider Constructor Description ServletHealthResponder(HealthResponseProvider healthResponseProvider, boolean cacheControlEnabled, String cacheControlValue)
-