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 Summary
Constructors Constructor Description ChannelInfo(String channel, boolean ok)ChannelInfo(String channel, boolean ok, String message) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannel()StringgetMessage()booleanisOk() 
 -