Internal conversion functions that transform Clojure data structures to Paho Java client classes
Internal conversion functions that transform Clojure data structures to Paho Java client classes
(->int-array i)
Coerces the input to an array of integers
Coerces the input to an array of integers
(->topic-array s)
Coerces the input to an array of strings (topic names)
Coerces the input to an array of strings (topic names)
(message->metadata msg)
Produces an immutable map of message metadata (all attributes except for payload)
Produces an immutable map of message metadata (all attributes except for payload)
(to-message input)
Instantiates an MQTT message from input
Instantiates an MQTT message from input
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close