Interface Mqtt5ClientOptions.PublishEvents

  • Enclosing class:
    Mqtt5ClientOptions

    public static interface Mqtt5ClientOptions.PublishEvents
    An interface that defines all of the publish functions the Mqtt5Client will call when it receives a publish packet.
    • Method Detail

      • onMessageReceived

        void onMessageReceived​(Mqtt5Client client,
                               PublishReturn publishReturn)
        Called when an MQTT PUBLISH packet is received by the client
        Parameters:
        client - The client that has received the message
        publishReturn - All of the data that was received from the server