Liking cljdoc? Tell your friends :D

squishy.core


backoff-startclj

source

clientcljmultimethod

Construct an SQS client instance from the provided credentials and region. Region can be a string in either name (us-east-1) or enum (US_EAST_1) format, or it can be an instance of com.amazonaws.regions.Region already.

Construct an SQS client instance from the provided credentials and region.
Region can be a string in either name (`us-east-1`) or enum (`US_EAST_1`)
format, or it can be an instance of com.amazonaws.regions.Region already.
sourceraw docstring

consume-messagesclj

(consume-messages creds queue-name fail-queue-name f)
(consume-messages creds queue-name fail-queue-name options f)
source

consumer-futuresclj

source

default-visibility-timeoutclj

source

max-failuresclj

source

report-errorclj

(report-error client fail-queue-url body error)
source

safe-processclj

(safe-process client
              queue-url
              fail-queue-url
              visibility-timeout
              delete-callback
              f)
source

stop-consumerclj

(stop-consumer consumer-id)
source

with-backoffcljmacro

(with-backoff [reset backoff-start max-failures consumer-id] & body)
source

with-backoff*clj

(with-backoff* backoff-start max-failures consumer-id f)
source

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

× close