Liking cljdoc? Tell your friends :D

clj-mqtt-broker.core


->QoSclj

(->QoS qos)
source

CljBrokercljprotocol

closeclj

(close o)

openclj

(open o handlers)

sendclj

(send o from to data qos retain?)

startclj

(start o handlers)

stopclj

(stop o)
source

default-message-size-bytesclj

source

mqtt-configclj

(mqtt-config)
(mqtt-config {:keys [port-tcp port-ws host passwords-path anonymous? ws-path
                     persistence-type message-size]
              :or {port-tcp "disabled"
                   port-ws "disabled"
                   host "0.0.0.0"
                   passwords-path ""
                   anonymous? false
                   ws-path "/"}
              :as props})
source

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

× close