Uses of Interface
io.helidon.health.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
-
Uses of HealthCheckResponse in io.helidon.health
-
Uses of HealthCheckResponse in io.helidon.health.checks
-
Uses of HealthCheckResponse in io.helidon.integrations.microstream.health
-
Uses of HealthCheckResponse in io.helidon.integrations.neo4j.health
-
Uses of HealthCheckResponse in io.helidon.webserver.observe.health
Modifier and TypeMethodDescriptionHealthObserverConfig.BuilderBase.addCheck
(Supplier<HealthCheckResponse> responseSupplier, HealthCheckType type, String name) Add a health check using the provided response supplier, type, and name.