RPCClientConnector

interface RPCClientConnector

Functions

isConnectionCloseException
Link copied to clipboard
abstract fun isConnectionCloseException(throwable: Throwable): Boolean
withConnection
Link copied to clipboard
abstract suspend fun withConnection(block: suspend RPCConnection.() -> Unit)