Uses of Class
io.smallrye.reactive.messaging.health.HealthReport.HealthReportBuilder
-
Packages that use HealthReport.HealthReportBuilder Package Description io.smallrye.reactive.messaging.health io.smallrye.reactive.messaging.kafka.impl -
-
Uses of HealthReport.HealthReportBuilder in io.smallrye.reactive.messaging.health
Methods in io.smallrye.reactive.messaging.health that return HealthReport.HealthReportBuilder Modifier and Type Method Description HealthReport.HealthReportBuilder
HealthReport.HealthReportBuilder. add(HealthReport.ChannelInfo info)
Adds a channel info to the report.HealthReport.HealthReportBuilder
HealthReport.HealthReportBuilder. add(String channel, boolean ok)
Adds a channel info to the report.HealthReport.HealthReportBuilder
HealthReport.HealthReportBuilder. add(String channel, boolean ok, String message)
Adds a channel info to the report.static HealthReport.HealthReportBuilder
HealthReport. builder()
-
Uses of HealthReport.HealthReportBuilder in io.smallrye.reactive.messaging.kafka.impl
Methods in io.smallrye.reactive.messaging.kafka.impl with parameters of type HealthReport.HealthReportBuilder Modifier and Type Method Description void
KafkaSink. isAlive(HealthReport.HealthReportBuilder builder)
void
KafkaSource. isAlive(HealthReport.HealthReportBuilder builder)
void
KafkaSink. isReady(HealthReport.HealthReportBuilder builder)
void
KafkaSource. isReady(HealthReport.HealthReportBuilder builder)
-