Uses of Class
io.smallrye.reactive.messaging.health.HealthReport
-
-
Uses of HealthReport in io.smallrye.reactive.messaging.amqp
Methods in io.smallrye.reactive.messaging.amqp that return HealthReport Modifier and Type Method Description HealthReportAmqpConnector. getLiveness()HealthReportAmqpConnector. 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 HealthReportHealthCenter. getLiveness()HealthReportHealthCenter. getReadiness()HealthReportHealthCenter. getStartup() -
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 HealthReportHealthReport. OK_INSTANCEA report used when there are no channels.Methods in io.smallrye.reactive.messaging.health that return HealthReport Modifier and Type Method Description HealthReportHealthReport.HealthReportBuilder. build()default HealthReportHealthReporter. getLiveness()default HealthReportHealthReporter. getReadiness()default HealthReportHealthReporter. getStartup()Methods in io.smallrye.reactive.messaging.health with parameters of type HealthReport Modifier and Type Method Description static org.eclipse.microprofile.health.HealthCheckResponseHealthChecks. getHealthCheck(HealthReport report, String check) -
Uses of HealthReport in io.smallrye.reactive.messaging.kafka
Methods in io.smallrye.reactive.messaging.kafka that return HealthReport Modifier and Type Method Description HealthReportKafkaConnector. getLiveness()HealthReportKafkaConnector. getReadiness()HealthReportKafkaConnector. getStartup() -
Uses of HealthReport in io.smallrye.reactive.messaging.rabbitmq
Methods in io.smallrye.reactive.messaging.rabbitmq that return HealthReport Modifier and Type Method Description HealthReportRabbitMQConnector. getHealth(boolean strict)HealthReportRabbitMQConnector. getLiveness()HealthReportRabbitMQConnector. getReadiness()
-