@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() |
void |
report(String source,
Throwable cause) |
void |
reportApplicationFailure(String method,
Throwable cause) |
public HealthReport getReadiness()
public HealthReport getLiveness()
Copyright © 2018–2021 SmallRye. All rights reserved.