@FunctionalInterface public interface IMqttMessageListener
void onMessage(String clientId, String topic, MqttQoS mqttQoS, ByteBuffer payload)
clientId - clientIdtopic - topicmqttQoS - MqttQoSpayload - payloadCopyright © 2021. All rights reserved.