Package | Description |
---|---|
io.vertx.mqtt |
= Vert.x MQTT
== Using Vert.x MQTT
This component had officially released in the Vert.x stack, just following dependency to the _dependencies_ section
of your build descriptor:
* Maven (in your `pom.xml`):
[source,xml,subs="+attributes"]
----
|
io.vertx.mqtt.messages |
Modifier and Type | Method and Description |
---|---|
MqttClient |
MqttClient.subscribeCompletionHandler(io.vertx.core.Handler<MqttSubAckMessage> subscribeCompletionHandler)
Sets handler which will be called after SUBACK packet receiving
|
Modifier and Type | Method and Description |
---|---|
static MqttSubAckMessage |
MqttSubAckMessage.create(int messageId,
List<Integer> grantedQosLevels)
Create a concrete instance of a Vert.x suback message
|
Copyright © 2018 Eclipse. All rights reserved.