Uses of Enum Class
io.dropwizard.health.HealthCheckType
Packages that use HealthCheckType
-
Uses of HealthCheckType in io.dropwizard.health
Methods in io.dropwizard.health that return HealthCheckTypeModifier and TypeMethodDescriptionHealthCheckConfiguration.getType()HealthStateView.getType()static HealthCheckTypeReturns the enum constant of this class with the specified name.static HealthCheckType[]HealthCheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dropwizard.health with parameters of type HealthCheckTypeModifier and TypeMethodDescriptionvoidHealthCheckConfiguration.setType(HealthCheckType type) voidHealthStateView.setType(HealthCheckType type) Constructors in io.dropwizard.health with parameters of type HealthCheckTypeModifierConstructorDescriptionHealthStateView(@NotNull String name, boolean healthy, @NotNull HealthCheckType type, boolean critical)