Skip to main content

Module realtime

Module realtime 

Source
Expand description

Realtime connector boundary. Realtime connector boundary.

The full client will own a long-lived realtime manager. This module starts with the smaller production seam needed by hosts: a connector that can validate credentials and establish the SDK realtime protocol handshake, plus a fake connector for deterministic tests.

Structs§

FakeRealtimeAttempt
Redacted fake realtime connect attempt.
FakeRealtimeConnector
Fake realtime connector for tests.
RealtimeConnectRequest
Realtime handshake input.
RealtimeConnectionInfo
Successful realtime connection summary.
SdkRealtimeConnector
SDK-backed realtime connector.

Traits§

RealtimeConnector
Realtime connector trait.