Class HiveMQClients
- java.lang.Object
-
- io.quarkiverse.hivemqclient.smallrye.reactive.HiveMQClients
-
public class HiveMQClients extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHiveMQClients.ClientHolder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.static TrustManagerFactorycreateSelfSignedTrustManagerFactory(String selfSignedTrustManager)
-
-
-
Method Detail
-
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)
-
createSelfSignedTrustManagerFactory
public static TrustManagerFactory createSelfSignedTrustManagerFactory(String selfSignedTrustManager)
-
-