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