class TopicRegistrar : CoroutineScope
(source)
TopicRegistrar(coroutineContext: CoroutineContext = Dispatchers.IO, connector: DefaultUdpConnector) |
val coroutineContext: CoroutineContext |
suspend fun delayRegTopic(requestId: Bytes, topic: Bytes, waitTime: Long): Unit |
|
suspend fun registerTopic(topic: Bytes, withDelay: Boolean = false): Unit |