Uses of Enum Class
io.helidon.health.HealthCheckResponse.Status
Packages that use HealthCheckResponse.Status
-
Uses of HealthCheckResponse.Status in io.helidon.health
Methods in io.helidon.health that return HealthCheckResponse.StatusModifier and TypeMethodDescriptionHealthCheckResponse.status()
Status of this health check.static HealthCheckResponse.Status
Returns the enum constant of this class with the specified name.static HealthCheckResponse.Status[]
HealthCheckResponse.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.health with parameters of type HealthCheckResponse.StatusModifier and TypeMethodDescriptionHealthCheckResponse.Builder.status
(HealthCheckResponse.Status status) Status of health check, defaults toUP
.