Uses of Enum Class
io.helidon.health.HealthCheckResponse.Status
-
Uses of HealthCheckResponse.Status in io.helidon.health
Modifier 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.Modifier and TypeMethodDescriptionHealthCheckResponse.Builder.status
(HealthCheckResponse.Status status) Status of health check, defaults toUP
.