(graceful-shutdown _)
(shutdown-await _ await-time-ms)
(status _)
(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})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close