Uses of Class
io.smallrye.health.api.HealthType
-
-
Uses of HealthType in io.smallrye.health.api
Methods in io.smallrye.health.api that return HealthType Modifier and Type Method Description static HealthTypeHealthType. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthType[]HealthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-