Kampute.HttpClient.RetryManagement.Strategies.Modifiers Namespace
This namespace provides modifiers that can be applied to retry strategies to alter their behavior.
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. |
