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.HealthReportBuilderHealthReport.HealthReportBuilder. add(HealthReport.ChannelInfo info)Adds a channel info to the report.HealthReport.HealthReportBuilderHealthReport.HealthReportBuilder. add(String channel, boolean ok)Adds a channel info to the report.HealthReport.HealthReportBuilderHealthReport.HealthReportBuilder. add(String channel, boolean ok, String message)Adds a channel info to the report.static HealthReport.HealthReportBuilderHealthReport. 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 voidKafkaSink. isAlive(HealthReport.HealthReportBuilder builder)voidKafkaSource. isAlive(HealthReport.HealthReportBuilder builder)voidKafkaSink. isReady(HealthReport.HealthReportBuilder builder)voidKafkaSource. isReady(HealthReport.HealthReportBuilder builder) 
 -