RealtimeBroadcast
class RealtimeBroadcast(val topic: String, val event: String, val payload: BroadcastPayload)(source)
Represents a broadcast used in io.github.jan.supabase.realtime.RealtimeChannel.broadcastFlow
Parameters
topic
The channel's topic
event
The broadcast event
payload
The broadcast payload