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