Liking cljdoc? Tell your friends :D

kkiss.core


consumerclj

(consumer streams handle-fn)
(consumer streams
          handle-fn
          {:keys [continuation failed-event-stream failed-exception-stream]
           :or {continuation :stop-on-failure}
           :as opts})

engineclj

(engine {:keys [config] :as opts})

send!clj

(send! stream k v)

start!clj

(start! consumer)

stop!clj

(stop! consumer)

streamclj

(stream opts)

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

× close