Liking cljdoc? Tell your friends :D

dvlopt.mqtt.v3.stores

Stores buffer qos 1 and 2 messages for reliability.

Stores buffer qos 1 and 2 messages for reliability.
raw docstring

defaultsclj

Defaults values for specified keywords related to stores.

Defaults values for specified keywords related to stores.
sourceraw docstring

flat-filesclj

(flat-files)
(flat-files path)

Persists messages to flat files in the given directory (current directory by default).

a sub-directory is created for each client-id and connection uri.

Persists messages to flat files in the given directory (current directory by default).

a sub-directory is created for each client-id and connection uri.
sourceraw docstring

ramclj

(ram)

Holds messages in ram, hence will not survive restarts.

Holds messages in ram, hence will not survive restarts.
sourceraw docstring

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

× close