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.
Provides support for Microstream-HealthChecks features integration.
Health check for Neo4j.
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
Methods 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.integrations.microstream.health
Methods in io.helidon.integrations.microstream.health that return HealthCheckResponse -
Uses of HealthCheckResponse in io.helidon.integrations.neo4j.health
Methods in io.helidon.integrations.neo4j.health 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.