Class HealthReport
java.lang.Object
io.smallrye.reactive.messaging.health.HealthReport
Represent an health status and its set of attached data.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classStructure storing the health detail of a specific channel.static classA builder to ease the creation ofHealthReport. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HealthReportA report used when there are no channels. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OK_INSTANCE
A report used when there are no channels.
-
-
Constructor Details
-
HealthReport
-
-
Method Details
-
isOk
public boolean isOk() -
getChannels
-
builder
-