HubRSocketClient

The HubRSocketClient provides an abstraction over the RSocket implementation, to interact with the hub-server's RSocket APIs.

Client builders

There are the following ways to create the HubRSocketClient:

Implementation details

The HubRSocketClient relies on io.rsocket.kotlin.RSocket implementation of the RSocket protocol on tcp transport. The RSocket with its turn it relies on ktor's engine.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:JvmName(name = "getClientCoroutineContext")
val clientCoroutineContext: CoroutineContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard