Interface MqttMessage

All Superinterfaces:
io.vertx.lang.rx.RxDelegate
All Known Implementing Classes:
MqttPublishMessage, MqttSubAckMessage, MqttSubscribeMessage, MqttUnsubscribeMessage

public interface MqttMessage extends io.vertx.lang.rx.RxDelegate
Represent the interface for each MQTT message

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

  • Method Details

    • getDelegate

      MqttMessage getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • messageId

      int messageId()
      Returns:
      Message identifier
    • newInstance

      static MqttMessage newInstance(MqttMessage arg)