Uses of Interface
io.dropwizard.health.HealthStatusChecker
-
Packages that use HealthStatusChecker Package Description io.dropwizard.health.response -
-
Uses of HealthStatusChecker in io.dropwizard.health.response
Methods in io.dropwizard.health.response with parameters of type HealthStatusChecker 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. from load balancer).HealthResponseProviderJsonHealthResponseProviderFactory. build(HealthStatusChecker healthStatusChecker, HealthStateAggregator healthStateAggregator, com.fasterxml.jackson.databind.ObjectMapper mapper)Constructors in io.dropwizard.health.response with parameters of type HealthStatusChecker Constructor Description JsonHealthResponseProvider(@NonNull HealthStatusChecker healthStatusChecker, @NonNull HealthStateAggregator healthStateAggregator, @NonNull com.fasterxml.jackson.databind.ObjectMapper mapper)
-