Liking cljdoc? Tell your friends :D

com.timezynk.domain.mongo.channel


channelclj


f-wrapperclj

(f-wrapper f)

handler-timeclj


put!clj

(put! topic cname new & [old])

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.
raw 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.
raw docstring

unsubscribe-allclj

(unsubscribe-all)

WAIT_TIMEOUTclj

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close