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