Namespace Kampute.HttpClient.RetryManagement.Strategies.Modifiers
Classes
- JitterStrategyModifier
A retry strategy that adds random jitter to the delay durations provided by another retry strategy.
- LimitedAttemptsStrategyModifier
A retry strategy that limits the number of retry attempts to a specified maximum.
- LimitedDurationStrategyModifier
A retry strategy that limits the retry attempts to a specified time frame.