Builder

A mutable builder for a Config

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A delayer that can back off after the initial try to spread out the retries.

Link copied to clipboard
open override var maxAttempts: Int

The maximum number of attempts to make (including the first attempt)

Link copied to clipboard

The token bucket instance. Utilizing an existing token bucket will share call capacity between scopes.

Functions

Link copied to clipboard

Configure a new exponential backoff delayer

Configure a new delayer

Link copied to clipboard

Configure a new standard token bucket instance.

Configure a new token bucket instance.