Uses of Class
io.helidon.health.common.BuiltInHealthCheck
-
Packages that use BuiltInHealthCheck Package Description io.helidon.health.checks Healthchecks provided by our Microprofile implementation.io.helidon.integrations.neo4j.health Health check for Neo4j.io.helidon.integrations.oci.objectstorage.health OCI Object Storage Health.io.helidon.integrations.oci.vault.health OCI Vault Health.io.helidon.microprofile.messaging.health MicroProfile Reactive Messaging Health check. -
-
Uses of BuiltInHealthCheck in io.helidon.health.checks
Classes in io.helidon.health.checks with annotations of type BuiltInHealthCheck Modifier and Type Class Description class
DeadlockHealthCheck
A health check that looks for thread deadlocks.class
DiskSpaceHealthCheck
A health check that verifies whether the server is running out of disk space.class
HeapMemoryHealthCheck
A health check that verifies whether the server is running out of Java heap space. -
Uses of BuiltInHealthCheck in io.helidon.integrations.neo4j.health
Classes in io.helidon.integrations.neo4j.health with annotations of type BuiltInHealthCheck Modifier and Type Class Description class
Neo4jHealthCheck
Health support module for Neo4j. -
Uses of BuiltInHealthCheck in io.helidon.integrations.oci.objectstorage.health
Classes in io.helidon.integrations.oci.objectstorage.health with annotations of type BuiltInHealthCheck Modifier and Type Class Description class
OciObjectStorageHealthCheck
Liveness check for an OCI's ObjectStorage bucket. -
Uses of BuiltInHealthCheck in io.helidon.integrations.oci.vault.health
Classes in io.helidon.integrations.oci.vault.health with annotations of type BuiltInHealthCheck Modifier and Type Class Description class
OciVaultHealthCheck
Liveness check for an OCI's Vault. -
Uses of BuiltInHealthCheck in io.helidon.microprofile.messaging.health
Classes in io.helidon.microprofile.messaging.health with annotations of type BuiltInHealthCheck Modifier and Type Class Description class
MessagingLivenessCheck
MicroProfile Reactive Messaging liveness check.class
MessagingReadinessCheck
MicroProfile Reactive Messaging readiness check.
-