Class BackoffMode (1.18.1)

BackoffMode(value)

The pattern of how wait time is increased.

Enums

Name Description
BACKOFF_MODE_UNSPECIFIED No WaitMode is specified.
BACKOFF_MODE_LINEAR Increases the wait time linearly.
BACKOFF_MODE_EXPONENTIAL Increases the wait time exponentially.