Table of Contents

Namespace Kampute.HttpClient.RetryManagement.Strategies

Classes

ExponentialStrategy

A retry strategy that exponentially increases the delay before each retry attempt.

FibonacciStrategy

A retry strategy that increases the delay before each retry attempt based on the Fibonacci sequence.

LinearStrategy

A retry strategy that linearly increases the delay before each retry attempt.

NoneStrategy

A retry strategy that always indicates no retry should be attempted.

UniformStrategy

A retry strategy that schedules retries with a uniform delay.