Liking cljdoc? Tell your friends :D

proletarian.protocols


QueueWorkercljprotocol

The process that runs the job workers for a particular queue.

The process that runs the job workers for a particular queue.

start!clj

(start! _)

Sets up a thread pool and starts polling for jobs.

Sets up a thread pool and starts polling for jobs.

stop!clj

(stop! _)

Shuts down the job workers and the thread pool. Will allow running jobs to complete before shutting down the thread pool.

Shuts down the job workers and the thread pool. Will allow running jobs
to complete before shutting down the thread pool.
sourceraw docstring

Serializercljprotocol

The Serializer encodes and decodes the job data payload as it is written to and read from the PostgreSQL tables.

The Serializer encodes and decodes the job data payload as it is written to
and read from the PostgreSQL tables.

decodeclj

(decode _ data-string)

Decode the data-as-string after reading.

Decode the data-as-string after reading.

encodeclj

(encode _ data)

Encode the data as a string before writing.

Encode the data as a string before writing.
sourceraw docstring

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

× close