Class MessagingLivenessCheck
- java.lang.Object
-
- io.helidon.microprofile.messaging.health.MessagingLivenessCheck
-
- All Implemented Interfaces:
HealthCheck
@Liveness @ApplicationScoped @BuiltInHealthCheck public class MessagingLivenessCheck extends Object implements HealthCheck
MicroProfile Reactive Messaging liveness check. If any of the channels go down, messaging is considered to be down.
-
-
Method Detail
-
call
public HealthCheckResponse call()
- Specified by:
call
in interfaceHealthCheck
-
-