Liking cljdoc? Tell your friends :D
Clojure only.

piped.producers

Code relating to polling SQS messages from AWS and getting them onto channels.

Code relating to polling SQS messages from AWS and getting them onto channels.
raw docstring

spawn-producerclj

(spawn-producer client queue-url output-chan)
(spawn-producer client queue-url output-chan nack-chan)
(spawn-producer
  client
  queue-url
  output-chan
  nack-chan
  {:keys [MaxNumberOfMessages VisibilityTimeout MaxArtificialDelay]
   :or {MaxNumberOfMessages 10 VisibilityTimeout 30 MaxArtificialDelay 60000}})
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close