RetryConfigKoogProperties
Represents configuration properties for retry mechanisms associated with clients.
This class is used to define retry behavior, including specifications such as the number of retry attempts, delay between attempts, and mechanisms to control backoff strategy and randomness in delays.
Constructors
Types
Companion object for RetryConfigKoogProperties, providing a builder for constructing instances.
A builder class for constructing RetryConfigKoogProperties instances from Java code.
Properties
Defines the multiplier to apply to the delay for each subsequent retry attempt.
Specifies the initial delay before the first retry attempt, in seconds.
Specifies the factor to introduce randomness in the delay calculations to avoid symmetric loads.
Specifies the maximum number of retry attempts.