Liking cljdoc? Tell your friends :D

taskmaster.component


create-consumerclj

(create-consumer {:keys [handler concurrency queue-name] :as _config})

Returns a consumer component - but only if com.stuartsierra.component is added as a dependency. Otherwise it will return an empty map. Depends on:

  • db-conn - as PG connection, backed by a HikariCP connection pool
Returns a consumer component - but only if com.stuartsierra.component is added as a dependency.
Otherwise it will return an empty map.
Depends on:
- db-conn - as PG connection, backed by a HikariCP connection pool
sourceraw docstring

create-publisherclj

(create-publisher)

Utility function, creates a publisher component

Utility function, creates a publisher component
sourceraw docstring

Publishcljprotocol

put!clj

(put! this payload-map)
source

Publisherclj

source

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

× close