Liking cljdoc? Tell your friends :D

com.timezynk.domain.mongo.channel


channelclj

source

f-wrapperclj

(f-wrapper f)
source

handler-timeclj

source

put!clj

(put! topic cname & {:keys [new old context]})
source

subscribeclj

(subscribe topic f)
(subscribe topic collection-name f)

Add new request response subscriber to topic. Wait until response is sent before next message is sent. Topic can be an array of topic or just a single topic.

Add new request response subscriber to topic. Wait until response is sent before next message is sent.
Topic can be an array of topic or just a single topic.
sourceraw docstring

subscribe-broadcastclj

(subscribe-broadcast topic collection-name f)

Add new request subscriber to topic. Messages are sent with lower priority and the next message is sent immediately. Topic can be an array of topic or just a single topic.

Add new request subscriber to topic. Messages are sent with lower priority and the next message is sent immediately.
Topic can be an array of topic or just a single topic.
sourceraw docstring

unsubscribe-allclj

(unsubscribe-all)
source

WAIT_TIMEOUTclj

source

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

× close