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