RpcNotifierPoll
RpcNotifier implementation based on RpcPoll interface.
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