RpcNotifier

interface RpcNotifier

A low-level interface to register and unregister for notifications on the client.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun <NotificationT : Any> register(target: String, opaqueState: DataItem, notifications: MutableSharedFlow<NotificationT>, deserializer: (DataItem) -> NotificationT)
Link copied to clipboard
abstract suspend fun unregister(target: String, opaqueState: DataItem)