RpcNotificationsLocal
Implementation for RpcNotifications that can also serve as RpcNotifier for testing/developing in local environment.
Functions
Link copied to clipboard
open suspend override fun <NotificationT : Any> register(target: String, opaqueState: DataItem, notifications: MutableSharedFlow<NotificationT>, deserializer: (DataItem) -> NotificationT)
Link copied to clipboard