Liking cljdoc? Tell your friends :D

cmr.mission-control.pubsub.core


create-dataflow-pubsubclj

(create-dataflow-pubsub type)
source

create-notifications-pubsubclj

(create-notifications-pubsub type)
source

create-pubsubclj

(create-pubsub type topic)
source

PubSubAPIcljprotocol

The API for in-process CMR component pubsub messenging.

The API for in-process CMR component pubsub messenging.

deleteclj

(delete this)

Delete the publisher.

Delete the publisher.

get-chanclj

(get-chan this)

Get the core.async channel associated with the publisher.

Get the core.async channel associated with the publisher.

get-pubclj

(get-pub this)

Get the core.async pub associated with the publisher.

Get the core.async pub associated with the publisher.

get-subclj

(get-sub this tag)

Create and return a subscriber channel for a given tag (event-type).

Create and return a subscriber channel for a given tag (event-type).

get-topicclj

(get-topic this)

Get the topic with which the messenger was instantiated.

Get the topic with which the messenger was instantiated.
sourceraw docstring

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

× close