Expand description
SDK-backed backend implementation. SDK-backed production backend.
This backend owns the configured inline-sdk clients, durable store,
multiplexed realtime session, bucket sync, and transaction state behind the
native client API.
Structs§
- SdkBackend
- Production-facing backend composed from
inline-sdkand a client store. - SdkBackend
Builder - Builder for
SdkBackend.
Enums§
- SdkBackend
Build Error - Error returned when building an
SdkBackend.