ConnectionContext

interface ConnectionContext<I>

Defines context information for events distributed.

Properties

Link copied to clipboard
abstract val connectionOpt: RPCConnection<I>?
Link copied to clipboard
abstract val throwableOpt: Throwable?
Link copied to clipboard
abstract val userName: String