| Package | Description |
|---|---|
| io.vertx.mqtt | |
| io.vertx.mqtt.messages |
| Modifier and Type | Method and Description |
|---|---|
MqttEndpoint |
MqttEndpoint.publishAcknowledgeMessageHandler(io.vertx.core.Handler<MqttPubAckMessage> handler)
Set the puback handler on the MQTT endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static MqttPubAckMessage |
MqttPubAckMessage.create(int messageId,
MqttPubAckReasonCode code,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x puback message
|
Copyright © 2024 Eclipse. All rights reserved.