Uses of Class
io.smallrye.reactive.messaging.health.HealthReport.ChannelInfo
-
Packages that use HealthReport.ChannelInfo Package Description io.smallrye.reactive.messaging.health -
-
Uses of HealthReport.ChannelInfo in io.smallrye.reactive.messaging.health
Methods in io.smallrye.reactive.messaging.health that return types with arguments of type HealthReport.ChannelInfo Modifier and Type Method Description List<HealthReport.ChannelInfo>
HealthReport. getChannels()
Methods in io.smallrye.reactive.messaging.health with parameters of type HealthReport.ChannelInfo Modifier and Type Method Description HealthReport.HealthReportBuilder
HealthReport.HealthReportBuilder. add(HealthReport.ChannelInfo info)
Adds a channel info to the report.Constructor parameters in io.smallrye.reactive.messaging.health with type arguments of type HealthReport.ChannelInfo Constructor Description HealthReport(List<HealthReport.ChannelInfo> channels)
-