Interface MqttSubAckMessage
- All Superinterfaces:
MqttMessage
Represents an MQTT SUBACK message
-
Method Summary
Modifier and TypeMethodDescriptionstatic MqttSubAckMessageCreate a concrete instance of a Vert.x suback messagestatic MqttSubAckMessagecreate(int messageId, List<Integer> grantedQosLevels, MqttProperties properties) Create a concrete instance of a Vert.x suback messageMethods inherited from interface MqttMessage
messageId
-
Method Details
-
create
Create a concrete instance of a Vert.x suback message- Parameters:
messageId- message identifiergrantedQosLevels- list of granted QoS levels- Returns:
-
create
static MqttSubAckMessage create(int messageId, List<Integer> grantedQosLevels, MqttProperties properties) Create a concrete instance of a Vert.x suback message- Parameters:
messageId- message identifiergrantedQosLevels- list of granted QoS levelsproperties- MQTT properties- Returns:
-
grantedQoSLevels
-
properties
MqttProperties properties()- Returns:
- MQTT properties
-