Functions for setting up a runtime for application (cli or server)
Functions for setting up a runtime for application (cli or server)
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.
(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
(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.
(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.
(new-mailman config)
Creates new mailman event broker component.
Creates new mailman event broker component.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close