Uses of Class
io.smallrye.reactive.messaging.health.HealthReport
-
Packages that use HealthReport Package Description io.smallrye.reactive.messaging.amqp io.smallrye.reactive.messaging.extension io.smallrye.reactive.messaging.health io.smallrye.reactive.messaging.kafka -
-
Uses of HealthReport in io.smallrye.reactive.messaging.amqp
Methods in io.smallrye.reactive.messaging.amqp that return HealthReport Modifier and Type Method Description HealthReport
AmqpConnector. getLiveness()
HealthReport
AmqpConnector. getReadiness()
-
Uses of HealthReport in io.smallrye.reactive.messaging.extension
Methods in io.smallrye.reactive.messaging.extension that return HealthReport Modifier and Type Method Description HealthReport
HealthCenter. getLiveness()
HealthReport
HealthCenter. getReadiness()
-
Uses of HealthReport in io.smallrye.reactive.messaging.health
Fields in io.smallrye.reactive.messaging.health declared as HealthReport Modifier and Type Field Description static HealthReport
HealthReport. OK_INSTANCE
A report used when there are no channels.Methods in io.smallrye.reactive.messaging.health that return HealthReport Modifier and Type Method Description HealthReport
HealthReport.HealthReportBuilder. build()
default HealthReport
HealthReporter. getLiveness()
default HealthReport
HealthReporter. getReadiness()
Methods in io.smallrye.reactive.messaging.health with parameters of type HealthReport Modifier and Type Method Description static org.eclipse.microprofile.health.HealthCheckResponse
HealthChecks. getHealthCheck(HealthReport report)
-
Uses of HealthReport in io.smallrye.reactive.messaging.kafka
Methods in io.smallrye.reactive.messaging.kafka that return HealthReport Modifier and Type Method Description HealthReport
KafkaConnector. getLiveness()
HealthReport
KafkaConnector. getReadiness()
-