Liking cljdoc? Tell your friends :D

monkey.ci.runtime.app

Functions for setting up a runtime for application (cli or server)

Functions for setting up a runtime for application (cli or server)
raw docstring

dek-utilscljmultimethod

Creates DEK functions:

  • :generator: A 0-arity function that generates new data encryption keys. Returns both the encrypted (for storage) and unencrypted key.
  • decrypter: A 1-arity function that decrypts encrypted keys.
Creates DEK functions: 
- `:generator`: A 0-arity function that generates new data encryption keys.  Returns both the encrypted (for storage) and unencrypted key.
- `decrypter`: A 1-arity function that decrypts encrypted keys.
sourceraw docstring

make-cli-systemclj

(make-cli-system config)

Creates a component system that can be used by CLI commands

Creates a component system that can be used by CLI commands
sourceraw docstring

make-queue-optionscljmultimethod

source

make-server-runnercljmultimethod

source

make-server-systemclj

(make-server-system config)

Creates a component system that can be used to start an application server.

Creates a component system that can be used to start an application server.
sourceraw docstring

new-app-routesclj

(new-app-routes conf)
source

new-cryptoclj

(new-crypto conf)

Creates functions for data encryption, such as a new data encryption key generator function, which is used to create new keys as needed.

Creates functions for data encryption, such as a new data encryption key
generator function, which is used to create new keys as needed.
sourceraw docstring

new-mailmanclj

(new-mailman config)

Creates new mailman event broker component.

Creates new mailman event broker component.
sourceraw docstring

new-queue-optionsclj

(new-queue-options conf)

Configures messaging queues. This is implementation specific, so it differs depending on the mailman broker type.

Configures messaging queues.  This is implementation specific, so it differs depending
on the mailman broker type.
sourceraw docstring

new-update-routesclj

(new-update-routes)
source

with-cli-runtimeclj

(with-cli-runtime config f)
source

with-server-systemclj

(with-server-system config f)
source

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

× close