Package io.smallrye.health.registry
Class HealthRegistryImpl
java.lang.Object
io.smallrye.health.registry.HealthRegistryImpl
- All Implemented Interfaces:
HealthRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>> register(String id, AsyncHealthCheck asyncHealthCheck) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.health.api.HealthRegistry
register, register, remove, remove
-
Constructor Details
-
HealthRegistryImpl
public HealthRegistryImpl()
-
-
Method Details
-
register
- Specified by:
registerin interfaceHealthRegistry
-
register
- Specified by:
registerin interfaceHealthRegistry
-
remove
- Specified by:
removein interfaceHealthRegistry
-
getChecks
public Collection<io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>> getChecks(Map<String, Boolean> healthChecksConfigs) -
checksChanged
public boolean checksChanged()
-