Package | Description |
---|---|
io.vertx.mqtt | |
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 © 2022 Eclipse. All rights reserved.