Expand description
Helpers to handle connection delays when receiving errors
Structs§
- Constant
- A
RetryPolicy
which always emits the same delay - Exponential
Backoff - A
RetryPolicy
which backs off exponentially - Never
- A
RetryPolicy
which never retries
Constants§
- DEFAULT_
RETRY - The default
RetryPolicy
when initializing anEventSource
Traits§
- Retry
Policy - Describes how an
EventSource
should retry on receiving anError