Interface MqttUnsubAckMessage

All Superinterfaces:
MqttMessage

public interface MqttUnsubAckMessage extends MqttMessage
Represents an MQTT UNSUBACK message
  • Method Details

    • create

      static MqttUnsubAckMessage create(int messageId, List<Short> reasonCodes)
      Create a concrete instance of a Vert.x unsuback message
      Parameters:
      messageId - message identifier
      reasonCodes - 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 identifier
      reasonCodes - list of reason codes
      properties - MQTT properties
      Returns:
    • reasonCodes

      List<Short> reasonCodes()
      Returns:
      list of reason codes
    • properties

      MqttProperties properties()
      Returns:
      MQTT properties