Module retry

Module retry 

Source
Expand description

Traits and types used by retry mechanism.

Structs§

BEBIterator
An exponential backoff retry policy.
RetryConfig
The configuration for retry behavior.
RetryContext
Internal context for server picking during (re)connection.
WsStream
Wrapper for types implementing WsStreamTrait.

Traits§

WsStreamTrait
Trait of helper objects to connect bilibili websocket server.