Package io.dropwizard.health
Interface HealthStateAggregator
public interface HealthStateAggregator
-
Method Summary
Modifier and TypeMethodDescription@NonNull Optional<HealthStateView>healthStateView(@NonNull String name) @NonNull Collection<HealthStateView>
-
Method Details
-
healthStateViews
@NonNull Collection<HealthStateView> healthStateViews() -
healthStateView
-