@ApplicationScoped public class HealthCenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthCenter.ReportedFailure |
| Constructor and Description |
|---|
HealthCenter() |
| Modifier and Type | Method and Description |
|---|---|
HealthReport |
getLiveness() |
HealthReport |
getReadiness() |
HealthReport |
getStartup() |
void |
report(String source,
Throwable cause) |
void |
reportApplicationFailure(String method,
Throwable cause) |
public HealthReport getReadiness()
public HealthReport getLiveness()
public HealthReport getStartup()
Copyright © 2018–2021 SmallRye. All rights reserved.