Uses of Class
io.smallrye.reactive.messaging.health.HealthReport.HealthReportBuilder
-
Packages that use HealthReport.HealthReportBuilder Package Description io.smallrye.reactive.messaging.health -
-
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()
-