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.
(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`
Default configuration if none other is specified
Default configuration if none other is specified
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close