Liking cljdoc? Tell your friends :D

piped.core

The public API.

The public API.
raw docstring

create-systemclj

(create-system {:keys [client-opts queue-url consumer-fn producer-parallelism
                       consumer-parallelism acker-parallelism nacker-parallelism
                       blocking-consumers transform]
                :as opts})

Spawns a set of producers and consumers for a given queue.

Returns a function of no arguments that can be called to stop the system.

Spawns a set of producers and consumers for a given queue.

Returns a function of no arguments that can be called to stop the system.
sourceraw docstring

get-systemclj

(get-system queue-url)

Gets the system for a given queue url. Returns nil if there is no such system.

Gets the system for a given queue url. Returns nil if there is no such system.
sourceraw docstring

http-clientclj

(http-client http-opts)

Returns a http client using cognitect's async jetty client wrapper.

Returns a http client using cognitect's async jetty client wrapper.
sourceraw docstring

PipedSystemcljprotocol

running?clj

(running? this)

Is the system currently running?

Is the system currently running?

startclj

(start this)

Start polling SQS and processing messages.

Start polling SQS and processing messages.

stopclj

(stop this)

Stop the system and await completion of in-flight messages.

Stop the system and await completion of in-flight messages.
source

start-all-systemsclj

(start-all-systems)

Stop all running systems.

Stop all running systems.
sourceraw docstring

start-systemclj

(start-system queue-url)

For a given queue-url, start the associated system (if any).

For a given queue-url, start the associated system (if any).
sourceraw docstring

stop-all-systemsclj

(stop-all-systems)

Stop all running systems.

Stop all running systems.
sourceraw docstring

stop-systemclj

(stop-system queue-url)

For a given queue-url, stop the associated system (if any).

For a given queue-url, stop the associated system (if any).
sourceraw docstring

systemsclj

source

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

× close