RealtimeWebsocketFactory

@SubclassOptInRequired(markerClass = [SupabaseInternal::class])
interface RealtimeWebsocketFactory(source)

Interface for creating a websocket connection to the Supabase Realtime service.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun create(url: String): RealtimeWebsocket

Create a new websocket connection to the given URL.