RetryConfigKoogPropertiesBuilder
A builder class for constructing RetryConfigKoogProperties instances from Java code.
Functions
Link copied to clipboard
fun backoffMultiplier(backoffMultiplier: Double): RetryConfigKoogProperties.RetryConfigKoogPropertiesBuilder
Sets the backoff multiplier for subsequent retry attempts.
Link copied to clipboard
Builds a new RetryConfigKoogProperties instance with the configured values.
Link copied to clipboard
Sets whether retries are enabled.
Link copied to clipboard
fun initialDelay(initialDelay: Duration): RetryConfigKoogProperties.RetryConfigKoogPropertiesBuilder
Sets the initial delay before the first retry attempt.
Link copied to clipboard
Sets the jitter factor to introduce randomness in delay calculations.
Link copied to clipboard
Sets the maximum number of retry attempts.
Link copied to clipboard
Sets the maximum delay allowed between retry attempts.