Class HiveMQClients
java.lang.Object
io.quarkiverse.hivemqclient.smallrye.reactive.HiveMQClients
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckLiveness(io.smallrye.reactive.messaging.health.HealthReport.HealthReportBuilder builder) static voidcheckReadiness(io.smallrye.reactive.messaging.health.HealthReport.HealthReportBuilder builder) static voidclear()Removed all the stored clients.
-
Method Details
-
clear
public static void clear()Removed all the stored clients. -
checkLiveness
public static void checkLiveness(io.smallrye.reactive.messaging.health.HealthReport.HealthReportBuilder builder) -
checkReadiness
public static void checkReadiness(io.smallrye.reactive.messaging.health.HealthReport.HealthReportBuilder builder)
-