Class HiveMQMqttSink
- java.lang.Object
-
- io.quarkiverse.hivemqclient.smallrye.reactive.HiveMQMqttSink
-
public class HiveMQMqttSink extends Object
-
-
Constructor Summary
Constructors Constructor Description HiveMQMqttSink(io.vertx.mutiny.core.Vertx vertx, HiveMQMqttConnectorOutgoingConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<? extends org.eclipse.microprofile.reactive.messaging.Message<?>,Void>getSink()booleanisReady()
-
-
-
Constructor Detail
-
HiveMQMqttSink
public HiveMQMqttSink(io.vertx.mutiny.core.Vertx vertx, HiveMQMqttConnectorOutgoingConfiguration config)
-
-
Method Detail
-
getSink
public org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<? extends org.eclipse.microprofile.reactive.messaging.Message<?>,Void> getSink()
-
isReady
public boolean isReady()
-
-