@ApplicationScoped public class SmallRyeHealthReporter extends Object
| Constructor and Description |
|---|
SmallRyeHealthReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHealthCheck(org.eclipse.microprofile.health.HealthCheck check) |
SmallRyeHealth |
getHealth() |
SmallRyeHealth |
getLiveness() |
SmallRyeHealth |
getReadiness() |
void |
removeHealthCheck(org.eclipse.microprofile.health.HealthCheck check) |
void |
reportHealth(OutputStream out,
SmallRyeHealth health) |
public void reportHealth(OutputStream out, SmallRyeHealth health)
public SmallRyeHealth getHealth()
public SmallRyeHealth getLiveness()
public SmallRyeHealth getReadiness()
public void addHealthCheck(org.eclipse.microprofile.health.HealthCheck check)
public void removeHealthCheck(org.eclipse.microprofile.health.HealthCheck check)
Copyright © 2018–2019. All rights reserved.