public interface MqttSubAckMessage extends MqttMessage
| Modifier and Type | Method and Description | 
|---|---|
static MqttSubAckMessage | 
create(int messageId,
      List<Integer> grantedQosLevels)
Create a concrete instance of a Vert.x suback message 
 | 
List<Integer> | 
grantedQoSLevels()  | 
messageIdstatic MqttSubAckMessage create(int messageId, List<Integer> grantedQosLevels)
messageId - message identifiergrantedQosLevels - list of granted QoS levelsCopyright © 2023 Eclipse. All rights reserved.