Uses of Enum Class
io.helidon.health.HealthCheckType
Packages that use HealthCheckType
Package
Description
Helidon Health API.
Healthchecks provided by our implementation.
Helidon WebServer Observability Health Support.
-
Uses of HealthCheckType in io.helidon.health
Methods in io.helidon.health that return HealthCheckTypeModifier and TypeMethodDescriptiondefault HealthCheckTypeHealthCheck.type()Type of this health check.static HealthCheckTypeReturns 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
Methods in io.helidon.health.checks that return HealthCheckType -
Uses of HealthCheckType in io.helidon.webserver.observe.health
Methods in io.helidon.webserver.observe.health with parameters of type HealthCheckTypeModifier 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.