ExponentialBackoffBuilder

Type Alias ExponentialBackoffBuilder 

Source
pub type ExponentialBackoffBuilder = ExponentialBackoffBuilder<SystemClock>;
Expand description

Builder for exponential backoff policy with system’s clock.

Aliased Type§

pub struct ExponentialBackoffBuilder { /* private fields */ }