All Classes
-
All Classes Interface Summary Class Summary Class Description CircuitBreakerCallAdapter Creates a RetrofitCallAdapter.Factorythat decorates a Call to provide integration with aCircuitBreakerDecoratedCall<T> Simple decorator class that implements Call<T> and delegates all calls the the Call instance provided in the constructor.RateLimiterCallAdapter Creates a RetrofitCallAdapter.Factorythat decorates a Call to provide integration with a suppliedRateLimiterRetrofitCircuitBreaker Decorates a RetrofitCallto inform aCircuitBreakerwhen an exception is thrown.RetrofitCircuitBreaker.CircuitBreakingCall<T> RetrofitRateLimiter Decorates a RetrofitCallto check with aRateLimiterif a call can be made.RetrofitRateLimiter.RateLimitingCall<T>