Interface MqttPubRelMessage


  • public interface MqttPubRelMessage
    Represents an MQTT PUBREL message
    • Method Detail

      • 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()