RetryConfigKoogPropertiesBuilder

A builder class for constructing RetryConfigKoogProperties instances from Java code.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

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

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.