Interface MqttMessage

All Superinterfaces:
MutinyDelegate
All Known Implementing Classes:
MqttPublishMessage, MqttSubAckMessage, MqttSubscribeMessage, MqttUnsubscribeMessage

public interface MqttMessage extends MutinyDelegate
Represent the interface for each MQTT message

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.mqtt.messages.MqttMessage
     
    int
     
    newInstance(io.vertx.mqtt.messages.MqttMessage arg)
     
  • Method Details

    • getDelegate

      io.vertx.mqtt.messages.MqttMessage getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • messageId

      int messageId()
      Returns:
      Message identifier
    • newInstance

      static MqttMessage newInstance(io.vertx.mqtt.messages.MqttMessage arg)