Liking cljdoc? Tell your friends :D

e85th.commons.mq

Message queuing/publishing. Messages sent and received are tuples [:module/event data]. The first element is the message type and anything else is up to the publisher/consumer. This tuple based message structure is used in sente and is known as a variant.

Message queuing/publishing. Messages sent and received are tuples [:module/event data].
The first element is the message type and anything else is up to the publisher/consumer.
This tuple based message structure is used in sente and is known as a variant.
raw docstring

IMessagePublishercljprotocol

publishclj

(publish this msg)
source

new-nil-message-publisherclj

(new-nil-message-publisher)

Constructs an IMessagePublisher that does nothing.

Constructs an IMessagePublisher that does nothing.
sourceraw docstring

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

× close