Module retry

Module retry 

Source
Expand description

Helpers to handle connection delays when receiving errors

Structs§

Constant
A RetryPolicy which always emits the same delay
ExponentialBackoff
A RetryPolicy which backs off exponentially
Never
A RetryPolicy which never retries

Constants§

DEFAULT_RETRY
The default RetryPolicy when initializing an event source

Traits§

RetryPolicy