Interface MqttUnsubAckMessage
- All Superinterfaces:
MqttMessage
Represents an MQTT UNSUBACK message
-
Method Summary
Modifier and TypeMethodDescriptionstatic MqttUnsubAckMessageCreate a concrete instance of a Vert.x unsuback messagestatic MqttUnsubAckMessagecreate(int messageId, List<Short> reasonCodes, MqttProperties properties) Create a concrete instance of a Vert.x unsuback messageMethods inherited from interface MqttMessage
messageId
-
Method Details
-
create
Create a concrete instance of a Vert.x unsuback message- Parameters:
messageId- message identifierreasonCodes- list of reason codes- Returns:
-
create
static MqttUnsubAckMessage create(int messageId, List<Short> reasonCodes, MqttProperties properties) Create a concrete instance of a Vert.x unsuback message- Parameters:
messageId- message identifierreasonCodes- list of reason codesproperties- MQTT properties- Returns:
-
reasonCodes
-
properties
MqttProperties properties()- Returns:
- MQTT properties
-