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