Uses of Class
io.dropwizard.health.HealthStateView
-
Packages that use HealthStateView Package Description io.dropwizard.health -
-
Uses of HealthStateView in io.dropwizard.health
Methods in io.dropwizard.health that return types with arguments of type HealthStateView Modifier and Type Method Description @NonNull Optional<HealthStateView>HealthStateAggregator. healthStateView(@NonNull String name)@NonNull Collection<HealthStateView>HealthStateAggregator. healthStateViews()Methods in io.dropwizard.health with parameters of type HealthStateView Modifier and Type Method Description intHealthStateView. compareTo(HealthStateView other)
-