Uses of Class
io.helidon.health.HealthCheckResponse.Builder
-
Uses of HealthCheckResponse.Builder in io.helidon.health
Modifier and TypeMethodDescriptionstatic HealthCheckResponse.Builder
HealthCheckResponse.builder()
A new response builder.Add a detail of this health check, used when details are enabled.HealthCheckResponse.Builder.status
(boolean status) Status of health check, defaults toHealthCheckResponse.Status.UP
.HealthCheckResponse.Builder.status
(HealthCheckResponse.Status status) Status of health check, defaults toHealthCheckResponse.Status.UP
.