corda / net.corda.client.rpc.ext / RPCConnectionListener / ConnectionContext

ConnectionContext

interface ConnectionContext<I : RPCOps>

Defines context information for events distributed.

Properties

connectionOpt

abstract val connectionOpt: RPCConnection<I>?

throwableOpt

abstract val throwableOpt: Throwable?

userName

abstract val userName: String