RpcNotifierPoll

RpcNotifier implementation based on RpcPoll interface.

Constructors

Link copied to clipboard
constructor(poll: RpcPoll)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun loop()
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
open suspend override fun unregister(target: String, opaqueState: DataItem)