Liking cljdoc? Tell your friends :D

dvlopt.mqtt.v3.interop

Conversion between java classes and clojure data structures.

Functions do not have docstrings as they are very predictable and almost all of them are specified using clojure.spec.

The user should not have to use this namespace.

Conversion between java classes and clojure data structures.

Functions do not have docstrings as they are very predictable and almost all of them
are specified using clojure.spec.

The user should not have to use this namespace.
raw docstring

clj->disconnected-buffer-optionsclj

(clj->disconnected-buffer-options)
(clj->disconnected-buffer-options opts)
source

clj->imqtt-action-listenerclj

(clj->imqtt-action-listener callback map-exception map-token)
source

clj->imqtt-message-listenerclj

(clj->imqtt-message-listener callback)
source

clj->mqtt-callbackclj

(clj->mqtt-callback on-connection-lost on-message-delivered on-message-received)
source

clj->mqtt-connect-optionsclj

(clj->mqtt-connect-options)
(clj->mqtt-connect-options opts)
source

imqtt-token--topicclj

(imqtt-token--topic token)
source

imqtt-token--uriclj

(imqtt-token--uri token)
source

imqtt-token->clj--connectionclj

(imqtt-token->clj--connection token)
source

imqtt-token->clj--deliveryclj

(imqtt-token->clj--delivery token)
source

imqtt-token->clj--disconnectionclj

(imqtt-token->clj--disconnection token)
source

imqtt-token->clj--publicationclj

(imqtt-token->clj--publication token)
source

imqtt-token->clj--subscriptionclj

(imqtt-token->clj--subscription token)
source

imqtt-token->clj--unsubscriptionclj

(imqtt-token->clj--unsubscription token)
source

mqtt-exception--reason-code->cljclj

(mqtt-exception--reason-code->clj code)
source

mqtt-message->cljclj

(mqtt-message->clj m)
source

mqtt-persistence-exception--reason-code->cljclj

(mqtt-persistence-exception--reason-code->clj code)
source

MqttErrorcljprotocol

exception->cljclj

(exception->clj e)

Maps a java exception into a map containing information about the error.

Maps a java exception into a map containing information about the error.
source

string-arrayclj

(string-array sq)

Maps a sequence of strings to an array ot strings.

Maps a sequence of strings to an array ot strings.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close