Uses of Interface
io.helidon.health.HealthCheckResponse
Packages that use HealthCheckResponse
Package
Description
Health check support for Helidon Database Client.
Helidon Health API.
Healthchecks provided by our implementation.
Helidon WebServer Observability Health Support.
-
Uses of HealthCheckResponse in io.helidon.dbclient.health
Methods in io.helidon.dbclient.health that return HealthCheckResponse -
Uses of HealthCheckResponse in io.helidon.health
Classes in io.helidon.health that implement interfaces with type arguments of type HealthCheckResponseMethods in io.helidon.health that return HealthCheckResponse -
Uses of HealthCheckResponse in io.helidon.health.checks
Methods in io.helidon.health.checks that return HealthCheckResponse -
Uses of HealthCheckResponse in io.helidon.webserver.observe.health
Method parameters in io.helidon.webserver.observe.health with type arguments of type HealthCheckResponseModifier and TypeMethodDescriptionHealthObserverConfig.BuilderBase.addCheck(Supplier<HealthCheckResponse> responseSupplier, HealthCheckType type, String name) Add a health check using the provided response supplier, type, and name.