Uses of Class
io.dropwizard.health.HealthCheckType
-
Packages that use HealthCheckType Package Description io.dropwizard.health -
-
Uses of HealthCheckType in io.dropwizard.health
Methods in io.dropwizard.health that return HealthCheckType Modifier and Type Method Description HealthCheckTypeHealthCheckConfiguration. getType()HealthCheckTypeHealthStateView. getType()static HealthCheckTypeHealthCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthCheckType[]HealthCheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dropwizard.health with parameters of type HealthCheckType Modifier and Type Method Description voidHealthCheckConfiguration. setType(HealthCheckType type)voidHealthStateView. setType(HealthCheckType type)Constructors in io.dropwizard.health with parameters of type HealthCheckType Constructor Description HealthStateView(@NotNull String name, boolean healthy, @NotNull HealthCheckType type, boolean critical)
-