Uses of Interface
io.dropwizard.health.response.HealthResponseProvider
Packages that use HealthResponseProvider
-
Uses of HealthResponseProvider in io.dropwizard.health.response
Classes in io.dropwizard.health.response that implement HealthResponseProviderMethods in io.dropwizard.health.response that return HealthResponseProviderModifier and TypeMethodDescriptionHealthResponseProviderFactory.build(HealthStatusChecker healthStatusChecker, HealthStateAggregator healthStateAggregator, com.fasterxml.jackson.databind.ObjectMapper mapper) Configures a health responder for responding to health check requests (e.g. from load balancer).JsonHealthResponseProviderFactory.build(HealthStatusChecker healthStatusChecker, HealthStateAggregator healthStateAggregator, com.fasterxml.jackson.databind.ObjectMapper mapper) Methods in io.dropwizard.health.response with parameters of type HealthResponseProviderModifier 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. from load balancer).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 HealthResponseProviderModifierConstructorDescriptionServletHealthResponder(HealthResponseProvider healthResponseProvider, boolean cacheControlEnabled, String cacheControlValue)