Uses of Interface
io.dropwizard.health.HealthStatusChecker
Packages that use HealthStatusChecker
-
Uses of HealthStatusChecker in io.dropwizard.health.response
Methods in io.dropwizard.health.response with parameters of type HealthStatusCheckerModifier 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.JsonHealthResponseProviderFactory.build(HealthStatusChecker healthStatusChecker, HealthStateAggregator healthStateAggregator, com.fasterxml.jackson.databind.ObjectMapper mapper) Constructors in io.dropwizard.health.response with parameters of type HealthStatusCheckerModifierConstructorDescriptionJsonHealthResponseProvider(@NonNull HealthStatusChecker healthStatusChecker, @NonNull HealthStateAggregator healthStateAggregator, @NonNull com.fasterxml.jackson.databind.ObjectMapper mapper)