Add bytes
This commit is contained in:
parent
2c5b228f42
commit
a85cee5f8d
|
@ -51,7 +51,8 @@
|
||||||
:qos (.getQos mqtt-msg)
|
:qos (.getQos mqtt-msg)
|
||||||
:retained (.isRetained mqtt-msg)
|
:retained (.isRetained mqtt-msg)
|
||||||
:duplicate (.isDuplicate mqtt-msg)
|
:duplicate (.isDuplicate mqtt-msg)
|
||||||
:payload (.toString mqtt-msg)})
|
:payload (.toString mqtt-msg)
|
||||||
|
:payload-bytes (.getPayload mqtt-msg)})
|
||||||
|
|
||||||
(defprotocol IMilquetoastClient
|
(defprotocol IMilquetoastClient
|
||||||
(send-message! [_ topic msg opts])
|
(send-message! [_ topic msg opts])
|
||||||
|
|
Loading…
Reference in New Issue