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 HealthReport
AmqpConnector. getLiveness()
Liveness checks if a connection is established with the broker.HealthReport
AmqpConnector. getReadiness()
Readiness verify that we have an established connection with the broker.HealthReport
AmqpConnector. 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 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()
default HealthReport
HealthReporter. getStartup()
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, 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 HealthReport
KafkaConnector. getLiveness()
HealthReport
KafkaConnector. getReadiness()
HealthReport
KafkaConnector. getStartup()
-
Uses of HealthReport in io.smallrye.reactive.messaging.providers.extension
Methods in io.smallrye.reactive.messaging.providers.extension that return HealthReport Modifier and Type Method Description HealthReport
HealthCenter. getLiveness()
HealthReport
HealthCenter. getReadiness()
HealthReport
HealthCenter. 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 HealthReport
RabbitMQConnector. getHealth(boolean strict)
HealthReport
RabbitMQConnector. getLiveness()
HealthReport
RabbitMQConnector. getReadiness()
-