public class HealthRegistryImpl extends Object implements HealthRegistry
| Constructor and Description |
|---|
HealthRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checksChanged() |
Collection<io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>> |
getChecks(Map<String,Boolean> healthChecksConfigs) |
HealthRegistry |
register(String id,
AsyncHealthCheck asyncHealthCheck) |
HealthRegistry |
register(String id,
org.eclipse.microprofile.health.HealthCheck healthCheck) |
HealthRegistry |
remove(String id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregister, register, remove, removepublic HealthRegistry register(String id, org.eclipse.microprofile.health.HealthCheck healthCheck)
register in interface HealthRegistrypublic HealthRegistry register(String id, AsyncHealthCheck asyncHealthCheck)
register in interface HealthRegistrypublic HealthRegistry remove(String id)
remove in interface HealthRegistrypublic Collection<io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>> getChecks(Map<String,Boolean> healthChecksConfigs)
public boolean checksChanged()
Copyright © 2018–2022. All rights reserved.