Liking cljdoc? Tell your friends :D
Clojure only.

scarif.dynamodb


init!clj

(init! &
       {:keys [region poll-frequency url-configuration? system-configuration?
               env-configuration?]
        :or {region "us-west-2"
             poll-frequency 60000
             url-configuration? true
             system-configuration? true
             env-configuration? true}})

Initialize Archaius for dynamodb polling.

Optional keys:

:region -- The AWS region to connect to. Defaults to us-west-2. :poll-frequency -- The frequency to poll dynamodb for config changes, in milliseconds. Defaults to 60000. :url-configuration? -- Whether to install a DynamicURLConfiguration in the config chain (true). :system-configuration? -- Whether to install a SystemConfiguration in the config chain (true). :env-configuration? -- Whether to install a EnvironmentConfiguration in the config chain (true).

Initialize Archaius for dynamodb polling.

Optional keys:

:region -- The AWS region to connect to. Defaults to us-west-2.
:poll-frequency -- The frequency to poll dynamodb for config changes, in milliseconds. Defaults to 60000.
:url-configuration? -- Whether to install a DynamicURLConfiguration in the config chain (true).
:system-configuration? -- Whether to install a SystemConfiguration in the config chain (true).
:env-configuration? -- Whether to install a EnvironmentConfiguration in the config chain (true).
sourceraw docstring

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

× close