Liking cljdoc? Tell your friends :D

bridg.sqs.component.sqs

Stateful SQS consumer.

Stateful SQS consumer.
raw docstring

ActivatedConsumercljprotocol

Protocol for finding the active consumer from a configured list.

Protocol for finding the active consumer from a configured list.

active-consumer-componentclj

(active-consumer-component this)

Finds the active consumer component in the system. Assumes that the component has the same name as the component key.

Finds the active consumer component in the system. Assumes that the
component has the same name as the component key.

active-consumer-configclj

(active-consumer-config this)

Gets the config of he currently active consumer.

Gets the config of he currently active consumer.

active-consumer-keyclj

(active-consumer-key this)

Gets the key of the currently active consumer.

Gets the key of the currently active consumer.
raw docstring

default-handlerclj

(default-handler component queue-url sqs-result complete-fn extend-fn)

sqsclj

(sqs config)

sqs-response-wrapperclj

(sqs-response-wrapper component queue-url sqs-result p-atom)

Subscribercljprotocol

subscribe!clj

(subscribe! this)

Subscribes to a queue and polls for messages to dispatch to handle-fn.

Subscribes to a queue and polls for messages to dispatch to handle-fn.

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

× close