Liking cljdoc? Tell your friends :D

cmr.mission-control.pubsub.impl.core-async


behaviourclj

source

create-dataflow-pubsubclj

(create-dataflow-pubsub)
source

create-notifications-pubsubclj

(create-notifications-pubsub)
source

create-pubsubclj

(create-pubsub topic)

Constructor for a pub-sub messenger. Takes one parameter, a publisher topic, that is used to perform lookups.

Since topics are keywords, the data sent on the publish channel needs to have the topic as one of the keys, or a subscriber will not receive the message.

Constructor for a pub-sub messenger. Takes one parameter, a publisher topic,
that is used to perform lookups.

Since topics are keywords, the data sent on the publish channel needs to have
the topic as one of the keys, or a subscriber will not receive the message.
sourceraw docstring

deleteclj

(delete this)
source

get-chanclj

(get-chan this)
source

get-pubclj

(get-pub this)
source

get-subclj

(get-sub this tag)
source

get-topicclj

(get-topic this)
source

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

× close