public class AbstractHealthRegistry extends Object implements HealthRegistry
| Constructor and Description |
|---|
AbstractHealthRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checksChanged() |
Collection<io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>> |
getChecks() |
HealthRegistry |
register(String id,
AsyncHealthCheck asyncHealthCheck) |
HealthRegistry |
register(String id,
org.eclipse.microprofile.health.HealthCheck healthCheck) |
HealthRegistry |
remove(String id) |
void |
setAsyncHealthCheckFactory(AsyncHealthCheckFactory asyncHealthCheckFactory) |
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()
public boolean checksChanged()
public void setAsyncHealthCheckFactory(AsyncHealthCheckFactory asyncHealthCheckFactory)
Copyright © 2018–2021. All rights reserved.