Change the repository type filter
All
Repositories list
5 repositories
resilience4clj-retry
PublicResilience4Clj Retry lets you decorate a function call with a specified number of retry attempts.- Resilience4Clj Time Limiter lets you decorate a function call with a specified time limit.
- Resilience4Clj circuit breaker lets you decorate a function call (usually with a potential of external failure) with a safety mechanism to interrupt the propagation of failures.
resilience4clj-core
Publicresilience4clj-cache
PublicResilience4Clj Cache lets you decorate a function call with a distributed caching infrastructure as provided by any javax.cache provider.