toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
realtime-kt
/
io.github.jan.supabase.realtime.event
/
RPostgresServerChangesEvent
RPostgres
Server
Changes
Event
data
object
RPostgresServerChangesEvent
:
RealtimeEvent
(
source
)
Event that handles the server changes
Members
Functions
applies
To
Link copied to clipboard
open
override
fun
appliesTo
(
message
:
RealtimeMessage
)
:
Boolean
Checks if the event applies to the message.
handle
Link copied to clipboard
open
suspend override
fun
handle
(
channel
:
RealtimeChannel
,
message
:
RealtimeMessage
)
Handles the event.