(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
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |