(publish system event-type)
(publish system event-type data)
(publish system pubsub-type event-type data)
(publish-> other-data system event-type)
(publish-> other-data system event-type data)
(publish-> other-data system pubsub-type event-type data)
(publish->> system event-type other-data)
(publish->> system event-type data other-data)
(publish->> system pubsub-type event-type data other-data)
(subscribe system event-type)
(subscribe system event-type func)
(subscribe system pubsub-type event-type func)
(subscribe-all-event system event-type subscriber-funcs)
(subscribe-all-event system pubsub-type event-type subscriber-funcs)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close