Uses of Interface
io.smallrye.health.api.HealthRegistry
Packages that use HealthRegistry
-
Uses of HealthRegistry in io.smallrye.health.api
Methods in io.smallrye.health.api that return HealthRegistryModifier and TypeMethodDescriptiondefault HealthRegistryHealthRegistry.register(AsyncHealthCheck asyncHealthCheck) Asynchronous variant ofregister(HealthCheck).HealthRegistry.register(String id, AsyncHealthCheck asyncHealthCheck) Asynchronous variant of theregister(String, HealthCheck).Programmatic registration of aHealthCheckinstances.default HealthRegistryHealthRegistry.register(org.eclipse.microprofile.health.HealthCheck healthCheck) Programmatic registration of aHealthCheckintances with the id set to to the health check class name.default HealthRegistryHealthRegistry.remove(AsyncHealthCheck asyncHealthCheck) Asynchronous variant ofremove(HealthCheck).Programmatic removal of a programmatically registered check (HealthCheckorAsyncHealthCheck) instances.default HealthRegistryHealthRegistry.remove(org.eclipse.microprofile.health.HealthCheck healthCheck) Programmatic removal of a programmatically registeredHealthCheckinstances with the id set to the the health check class name.