Modifier and Type | Method and Description |
---|---|
HealthReport |
AmqpConnector.getLiveness() |
HealthReport |
AmqpConnector.getReadiness() |
Modifier and Type | Method and Description |
---|---|
HealthReport |
HealthCenter.getLiveness() |
HealthReport |
HealthCenter.getReadiness() |
HealthReport |
HealthCenter.getStartup() |
Modifier and Type | Field and Description |
---|---|
static HealthReport |
HealthReport.OK_INSTANCE
A report used when there are no channels.
|
Modifier and Type | Method and Description |
---|---|
HealthReport |
HealthReport.HealthReportBuilder.build() |
default HealthReport |
HealthReporter.getLiveness() |
default HealthReport |
HealthReporter.getReadiness() |
default HealthReport |
HealthReporter.getStartup() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.health.HealthCheckResponse |
HealthChecks.getHealthCheck(HealthReport report,
String check) |
Modifier and Type | Method and Description |
---|---|
HealthReport |
KafkaConnector.getLiveness() |
HealthReport |
KafkaConnector.getReadiness() |
HealthReport |
KafkaConnector.getStartup() |
Modifier and Type | Method and Description |
---|---|
HealthReport |
RabbitMQConnector.getHealth(boolean strict) |
HealthReport |
RabbitMQConnector.getLiveness() |
HealthReport |
RabbitMQConnector.getReadiness() |
Copyright © 2018–2021 SmallRye. All rights reserved.