Uses of Enum Class
io.helidon.health.HealthCheckType
Package
Description
Helidon Health API.
Healthchecks provided by our implementation.
Helidon WebServer Observability Health Support.
-
Uses of HealthCheckType in io.helidon.health
Modifier and TypeMethodDescriptiondefault HealthCheckType
HealthCheck.type()
Type of this health check.static HealthCheckType
Returns the enum constant of this class with the specified name.static HealthCheckType[]
HealthCheckType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HealthCheckType in io.helidon.health.checks
-
Uses of HealthCheckType in io.helidon.webserver.observe.health
Modifier and TypeMethodDescriptionHealthObserverConfig.BuilderBase.addCheck
(HealthCheck check, HealthCheckType type) Add the provided health check using an explicit type (may differ from theHealthCheck.type()
.HealthObserverConfig.BuilderBase.addCheck
(Supplier<HealthCheckResponse> responseSupplier, HealthCheckType type, String name) Add a health check using the provided response supplier, type, and name.