Liking cljdoc? Tell your friends :D

ottla.consumer


default-exception-handlerclj

(default-exception-handler e)
source

IShutdowncljprotocol

graceful-shutdownclj

(graceful-shutdown _)

shutdown-awaitclj

(shutdown-await _ await-time-ms)

statusclj

(status _)
source

start-consumerclj

(start-consumer {:keys [conn-map] :as config}
                {:keys [topic] :as basic-selection}
                handler
                {:keys [poll-ms deserialize-key deserialize-value xform
                        exception-handler await-close-ms listen-ms]
                 :or {poll-ms 15000
                      await-close-ms 1000
                      listen-ms 2
                      exception-handler default-exception-handler
                      xform identity}
                 :as opts})
source

with-commit-modecljmacro

(with-commit-mode [conn commit-mode] & body)
source

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

× close