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