(broker-loop channel queue-id)
(create-broker! channel queue-id)
(process task channel)
Process the message task
Process the message task
(publish! channel context topic cname messages)
(route-message message channel message-counter)
(start-channel!)
(subscribe-broadcast topic collection-name f)
(subscribe-request-response topic collection-name f)
(publish this topic cname message reply-channel context)
Publish message to subscriber
Publish message to subscriber
(unsubscribe-all)
(wait-for timeout-ms reply-channel)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close