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.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.health
Methods in io.smallrye.reactive.messaging.kafka.health with parameters of type HealthReport.HealthReportBuilder Modifier and Type Method Description protected abstract voidBaseHealth. adminBasedHealthCheck(HealthReport.HealthReportBuilder builder)protected voidKafkaSinkReadinessHealth. adminBasedHealthCheck(HealthReport.HealthReportBuilder builder)protected voidKafkaSourceReadinessHealth. adminBasedHealthCheck(HealthReport.HealthReportBuilder builder)voidBaseHealth. isReady(HealthReport.HealthReportBuilder builder)protected abstract voidBaseHealth. metricsBasedHealthCheck(HealthReport.HealthReportBuilder builder)protected voidKafkaSinkReadinessHealth. metricsBasedHealthCheck(HealthReport.HealthReportBuilder builder)protected voidKafkaSourceReadinessHealth. metricsBasedHealthCheck(HealthReport.HealthReportBuilder 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)
-