RealtimeCallback
Inheritors
Types
Link copied to clipboard
class BroadcastCallback(val callback: (JsonObject) -> Unit, val event: String, val id: Long) : RealtimeCallback<JsonObject>
Link copied to clipboard
class PostgresCallback(val callback: (PostgresAction) -> Unit, val filter: PostgresJoinConfig, val id: Long) : RealtimeCallback<PostgresAction>
Link copied to clipboard
class PresenceCallback(val callback: (PresenceAction) -> Unit, val id: Long) : RealtimeCallback<PresenceAction>