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