-
HealthRegistry.register(String id,
org.eclipse.microprofile.health.HealthCheck healthCheck)
Programmatic registration of a HealthCheck instances.
HealthRegistry.register(org.eclipse.microprofile.health.HealthCheck healthCheck)
Programmatic registration of a HealthCheck intances with the id set to
to the health check class name.
Programmatic removal of a programmatically registered check
(
HealthCheck or
AsyncHealthCheck) instances.
HealthRegistry.remove(org.eclipse.microprofile.health.HealthCheck healthCheck)
Programmatic removal of a programmatically registered HealthCheck instances with the id set to
the the health check class name.