Liking cljdoc? Tell your friends :D

hystrix-dynamicvar.core


register-dynamicvar-strategyclj

(register-dynamicvar-strategy & dynamicvars)

Enable dynamic var binding work in hystrix command. Use this method use register dynamic vars required to pass through hystrix command at the beginning of your app. eg (register-dynamicvar-strategy #'foo #'bar #'any-dynamic-var)

Enable dynamic var binding work in hystrix command.
Use this method use register dynamic vars required to pass through hystrix command at the beginning of your app. eg
(register-dynamicvar-strategy #'*foo* #'*bar* #'*any-dynamic-var*)
raw docstring

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

× close