Uses of Class
org.apache.iotdb.db.protocol.mqtt.Message
-
Packages that use Message Package Description org.apache.iotdb.db.protocol.mqtt -
-
Uses of Message in org.apache.iotdb.db.protocol.mqtt
Methods in org.apache.iotdb.db.protocol.mqtt that return types with arguments of type Message Modifier and Type Method Description java.util.List<Message>JSONPayloadFormatter. format(io.netty.buffer.ByteBuf payload)java.util.List<Message>PayloadFormatter. format(io.netty.buffer.ByteBuf payload)format a payload to a list of messages
-