public interface MqttPubRelMessage
Modifier and Type | Method and Description |
---|---|
MqttPubRelReasonCode |
code() |
static MqttPubRelMessage |
create(int messageId,
MqttPubRelReasonCode code,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x pubrel message
|
int |
messageId() |
io.netty.handler.codec.mqtt.MqttProperties |
properties() |
static MqttPubRelMessage create(int messageId, MqttPubRelReasonCode code, io.netty.handler.codec.mqtt.MqttProperties properties)
messageId
- message Idcode
- return code from the pubrelproperties
- MQTT properties of the pubrel messageint messageId()
MqttPubRelReasonCode code()
io.netty.handler.codec.mqtt.MqttProperties properties()
Copyright © 2022 Eclipse. All rights reserved.