Linear
This data class represents a linear retry policy for network requests with a delay between retries, a maximum number of retries and a list of operations to exclude from retries.
Constructors
Properties
Link copied to clipboard
The delay in seconds between retries. Minimum value is 3 seconds.
Link copied to clipboard
List of RetryableEndpointGroup to be excluded from retry.
Link copied to clipboard
The maximum number of retries allowed. Maximum value is 10.