Liking cljdoc? Tell your friends :D

lambda.component

Stuart Sierra's Component integration. Provides a function to build a component that processes Lambda messages in a separate thread.

Stuart Sierra's Component integration. Provides a function to build
a component that processes Lambda messages in a separate thread.
raw docstring

lambdaclj

(lambda)
(lambda handler)

Make a component that, when started, runs an endless AWS message processing loop in a separate thread. The stop action interrupts the thread and joins it.

Make a component that, when started, runs an endless AWS message
processing loop in a separate thread. The stop action interrupts
the thread and joins it.
sourceraw docstring

Lifecyclecljprotocol

startclj

(start this)

stopclj

(stop this)
source

with-component-metaclj

(with-component-meta component)

Extend via metadata to not depend on the component library.

Extend via metadata to not depend on the component library.
sourceraw docstring

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

× close