Class ReceivingMqttMessage

    • Method Detail

      • getPayload

        public byte[] getPayload()
        Specified by:
        getPayload in interface Message<byte[]>
        Returns:
        The payload for this message.
      • getQosLevel

        public io.netty.handler.codec.mqtt.MqttQoS getQosLevel()
        Specified by:
        getQosLevel in interface MqttMessage<byte[]>
      • isRetain

        public boolean isRetain()
        Specified by:
        isRetain in interface MqttMessage<byte[]>