Liking cljdoc? Tell your friends :D

lambdacd.core

Main entrypoinint into LambdaCD. Provides core functionality to assemble an instance of LambdaCD that can run.

Main entrypoinint into LambdaCD. Provides core functionality to assemble an instance of LambdaCD that can run.
raw docstring

assemble-pipelineclj

(assemble-pipeline pipeline-def config)
(assemble-pipeline pipeline-def config pipeline-state-component)

Assemble various internal LambdaCD components into a unit ready to run.

Returns a map that contains :context and :pipeline-def

Assemble various internal LambdaCD components into a unit ready to run.

Returns a map that contains `:context` and `:pipeline-def`
sourceraw docstring

default-configclj

Default configuration if none other is specified

Default configuration if none other is specified
sourceraw docstring

default-shutdown-sequenceclj

(default-shutdown-sequence ctx)

Default behavior when shutting down a Pipeline. Kills runnning pipelines, stops runners and internal processes.

Default behavior when shutting down a Pipeline. Kills runnning pipelines, stops runners and internal processes.
sourceraw docstring

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

× close