Liking cljdoc? Tell your friends :D

wagoe.realtime.core.bus

Pure constructors for cross-instance routing envelopes.

An envelope is plain data describing WHERE a message should go; the bus transports it and a node-local delivery-fn resolves :route against the local registry. No I/O here.

Pure constructors for cross-instance routing envelopes.

An envelope is plain data describing WHERE a message should go; the bus
transports it and a node-local delivery-fn resolves :route against the
local registry. No I/O here.
raw docstring

broadcast-envelopeclj

(broadcast-envelope message)
source

connection-envelopeclj

(connection-envelope conn-id message)
source

role-envelopeclj

(role-envelope role message)
source

topic-envelopeclj

(topic-envelope topic message)
source

user-envelopeclj

(user-envelope user-id message)
source

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