Liking cljdoc? Tell your friends :D

collet.actions.queue


attach-queueclj

(attach-queue action-spec)

Attaches a queue and an appender to the action spec. The queue-name is required, the queue-path and roll-cycle are optional. roll-cycle option can be :twenty-minutely, :six-hourly, :four-hourly, :fast-daily, :ten-minutely, :weekly, :five-minutely, :two-hourly, :half-hourly, :fast-hourly

Attaches a queue and an appender to the action spec.
The `queue-name` is required, the `queue-path` and `roll-cycle` are optional.
`roll-cycle` option can be :twenty-minutely, :six-hourly, :four-hourly, :fast-daily, :ten-minutely, :weekly, :five-minutely, :two-hourly, :half-hourly, :fast-hourly
raw docstring

queue-action-specclj


write-into-queueclj

(write-into-queue {:collet.actions.queue/keys [appender] :keys [input]})

Writes the input to the queue. Input can be a single message or a sequence of messages. Message should a Clojure map.

Writes the input to the queue.
Input can be a single message or a sequence of messages.
Message should a Clojure map.
raw docstring

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

× close