Structs§
- Channel
Callback Event - Client
- Synchronous websocket client that interfaces with Supabase Realtime
- Client
Builder - Builder struct for [RealtimeClient]
- Client
Manager - Connect
Result Callback Event - Reconnect
Fn - Takes a
Box<dyn Fn(usize) -> Duration>The provided function should take a count of reconnect attempts and return a Duration to wait until the next attempt is made.
Enums§
- Client
Manager Message - Connect
Error - Error returned by [RealtimeClient::connect()]
- Connection
State - Connection state of [RealtimeClient]
- Monitor
Error - Error returned by the internal monitor of [RealtimeClient]
- Next
Message Error - Error returned by [RealtimeClient::next_message()]. Can be WouldBlock
- Socket
Error - Error type for internal socket related errors in [RealtimeClient]