Liking cljdoc? Tell your friends :D

hystrix-dynamicvar Build Status Clojars Project

Clojure dynamic var binding in hystrix command.

Usage

(ns your-ns
  (:require [hystrix-dynamicvar.core :refer [register-dynamicvar-strategy]]))]

;then at the beginning of your app

(register-dynamicvar-strategy #'*foo* #'*bar* #'*any-dynamic-var*)

License

Copyright © 2018 Jiacai Liu

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

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

× close