Registry / observability / vertx-health-check

vertx-health-check

JSON →
library5.0.12javamavenunverified

Provides health check functionality for Vert.x applications to monitor service availability and dependencies.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-health-check</artifactId> <version>5.0.12</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-HEALTH-CHECK
V
vertx-health-check
observabilityjavav5.0.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HealthCheckHandler
io.vertx.ext.healthchecks.HealthCheckHandler

Creates a health check handler for a Vert.x application.

import io.vertx.ext.healthchecks.HealthCheckHandler; import io.vertx.core.Vertx; public class Example { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); HealthCheckHandler handler = HealthCheckHandler.create(vertx); // Register health checks and expose via HTTP } }
Debug
Known issues
breakingVert.x Health Check API changed significantly between versions 4.x and 5.x.
fix
Use the appropriate API version; for Vert.x 5, use io.vertx.ext.healthchecks package.
affects: >=5.0.0
Upgrade
Version history
5.0.12latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
vertx-health-check — mvn dependency:get vertx-health-check · libregistry