Uses of Interface
io.dropwizard.health.HealthStateAggregator
Packages that use HealthStateAggregator
-
Uses of HealthStateAggregator in io.dropwizard.health
Methods in io.dropwizard.health that return HealthStateAggregatorModifier and TypeMethodDescription@NonNull HealthStateAggregatorHealthEnvironment.healthStateAggregator() -
Uses of HealthStateAggregator in io.dropwizard.health.response
Methods in io.dropwizard.health.response with parameters of type HealthStateAggregatorModifier 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 HealthStateAggregatorModifierConstructorDescriptionJsonHealthResponseProvider(@NonNull HealthStatusChecker healthStatusChecker, @NonNull HealthStateAggregator healthStateAggregator, @NonNull com.fasterxml.jackson.databind.ObjectMapper mapper)