Interface HivemqV5Client.ArrivedCallback

    • Method Detail

      • messageArrived

        void messageArrived​(java.lang.String topic,
                            byte[] payload)
        This method is called when a message arrives from the server.
        Parameters:
        topic - name of the topic on the message was published to
        payload - the actual payload.