Namespace Kampute.HttpClient.RetryManagement
Classes
- BackoffStrategy
A factory for creating RetryScheduler instances configured with a specific retry strategy.
- DynamicBackoffStrategy
Represents a factory that dynamically creates retry schedulers based on runtime conditions of HTTP requests.
- RetryScheduler
Represents a scheduler for managing retry attempts.
- RetryStrategyExtensions
Provides extension methods for IRetryStrategy to enhance retry strategies with additional behavior.