Registry / cloud / microprofile-health-api

microprofile-health-api

JSON →
library4.0.1javamavenunverified

API for implementing health checks in MicroProfile-based microservices.

<dependency> <groupId>org.eclipse.microprofile.health</groupId> <artifactId>microprofile-health-api</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · MICROPROFILE-HEALT
M
microprofile-health-api
cloudjavav4.0.1
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.

HealthCheck
org.eclipse.microprofile.health.HealthCheck

Implement a simple health check.

import org.eclipse.microprofile.health.HealthCheck; import org.eclipse.microprofile.health.HealthCheckResponse; public class MyHealthCheck implements HealthCheck { @Override public HealthCheckResponse call() { return HealthCheckResponse.up("my-check"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Resources
microprofile-health-api — mvn dependency:get microprofile-health-api · libregistry