Class HealthReport.ChannelInfo

java.lang.Object
io.smallrye.reactive.messaging.health.HealthReport.ChannelInfo
Enclosing class:
HealthReport

public static class HealthReport.ChannelInfo extends Object
Structure storing the health detail of a specific channel.
  • Constructor Details

    • ChannelInfo

      public ChannelInfo(String channel, boolean ok, String message)
    • ChannelInfo

      public ChannelInfo(String channel, boolean ok)
  • Method Details

    • getChannel

      public String getChannel()
    • getMessage

      public String getMessage()
    • isOk

      public boolean isOk()