Liking cljdoc? Tell your friends :D

resilience.core


executecljmacro

(execute execute-body & args)
source

execute*cljmacro

(execute* f)
source

execute-with-breakercljmacro

(execute-with-breaker breaker & body)
source

execute-with-bulkheadcljmacro

(execute-with-bulkhead bulkhead & body)
source

execute-with-rate-limitercljmacro

(execute-with-rate-limiter ratelimiter & body)
source

execute-with-retrycljmacro

(execute-with-retry retry & body)
source

execute-with-time-limitercljmacro

(execute-with-time-limiter timelimiter & body)
source

recovercljmacro

(recover failover-fn wraped-fn)
source

recover-fromcljmacro

(recover-from exception failover-fn wraped-fn)
source

to-fncljmacro

(to-fn & body)
source

with-breakerclj

(with-breaker breaker f)
source

with-bulkheadclj

(with-bulkhead r f)
source

with-rate-limiterclj

(with-rate-limiter r f)
source

with-resilience-familycljmacro

(with-resilience-family family-members & body)
source

with-retryclj

(with-retry r f)
source

with-time-limiterclj

(with-time-limiter r f)
source

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

× close