Interface MqttPubRelMessage


public interface MqttPubRelMessage
Represents an MQTT PUBREL message
  • Method Details

    • create

      static MqttPubRelMessage create(int messageId, MqttPubRelReasonCode code, MqttProperties properties)
      Create a concrete instance of a Vert.x pubrel message
      Parameters:
      messageId - message Id
      code - return code from the pubrel
      properties - MQTT properties of the pubrel message
      Returns:
    • messageId

      int messageId()
    • code

      Returns:
      reason code from the pubrel request
    • properties

      MqttProperties properties()
      Returns:
      MQTT properties