Uses of Class
io.vertx.mutiny.mqtt.MqttClient
Packages that use MqttClient
-
Uses of MqttClient in io.vertx.mutiny.mqtt
Fields in io.vertx.mutiny.mqtt with type parameters of type MqttClientMethods in io.vertx.mutiny.mqtt that return MqttClientModifier and TypeMethodDescriptionMqttClient.closeHandler
(Runnable closeHandler) MqttClient.connectAndForget
(int port, String host) Variant ofconnect(int,String)
that ignores the result of the operation.MqttClient.connectAndForget
(int port, String host, String serverName) Variant ofconnect(int,String,String)
that ignores the result of the operation.static MqttClient
static MqttClient
MqttClient.disconnectAndForget()
Variant ofdisconnect()
that ignores the result of the operation.MqttClient.exceptionHandler
(Consumer<Throwable> handler) static MqttClient
MqttClient.newInstance
(io.vertx.mqtt.MqttClient arg) MqttClient.ping()
MqttClient.pingResponseHandler
(Runnable pingResponseHandler) MqttClient.publishAndForget
(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain) Variant ofpublish(String,io.vertx.mutiny.core.buffer.Buffer,MqttQoS,boolean,boolean)
that ignores the result of the operation.MqttClient.publishCompletionExpirationHandler
(Consumer<Integer> publishCompletionExpirationHandler) MqttClient.publishCompletionHandler
(Consumer<Integer> publishCompletionHandler) MqttClient.publishCompletionUnknownPacketIdHandler
(Consumer<Integer> publishCompletionPhantomHandler) MqttClient.publishHandler
(Consumer<MqttPublishMessage> publishHandler) MqttClient.subscribeAndForget
(String topic, int qos) Variant ofsubscribe(String,int)
that ignores the result of the operation.MqttClient.subscribeAndForget
(Map<String, Integer> topics) Variant ofsubscribe(Map)
that ignores the result of the operation.MqttClient.subscribeCompletionHandler
(Consumer<MqttSubAckMessage> subscribeCompletionHandler) MqttClient.unsubscribeAndForget
(String topic) Variant ofunsubscribe(String)
that ignores the result of the operation.MqttClient.unsubscribeAndForget
(List<String> topics) Variant ofunsubscribe(List)
that ignores the result of the operation.MqttClient.unsubscribeCompletionHandler
(Consumer<Integer> unsubscribeCompletionHandler)