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