(handler-by-topic topic topic-consumers)
Inputs: [topic :- s/Keyword topic-consumers]
Inputs: [topic :- s/Keyword topic-consumers]
(map->Consumer m34744)
Factory function for class Consumer, taking a map of keywords to field values, but not much slower than ->x like the clojure.core version. (performance is fixed in Clojure 1.7, so this should eventually be removed.)
Factory function for class Consumer, taking a map of keywords to field values, but not much slower than ->x like the clojure.core version. (performance is fixed in Clojure 1.7, so this should eventually be removed.)
(replay-dead-letter! {:keys [topic data]} service-name exception-info producer)
Inputs: [{:keys [topic data]} :- component.kafka.models/KafkaMessage service-name exception-info :- s/Str producer]
Inputs: [{:keys [topic data]} :- component.kafka.models/KafkaMessage service-name exception-info :- s/Str producer]
(strict-map->Consumer m34745 & [drop-extra-keys?__7798__auto__])
Factory function for class Consumer, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
Factory function for class Consumer, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close