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 EventSource

Traits§

RetryPolicy
Describes how an EventSource should retry on receiving an Error