aries / net.globalid.aries.message.outbound / OutboundMessageContext / Connection

Connection

data class Connection : OutboundMessageContext

An OutboundMessageContext that relates an agent message to a connection backed by a connection record (from the wallet).

Constructors

<init>

An OutboundMessageContext that relates an agent message to a connection backed by a connection record (from the wallet).

Connection(message: AgentMessage, connectionId: String)

Properties

connectionId

is an ID of a ConnectionRecord in the wallet, holding DIDs, keys and endpoint data.

val connectionId: String

message

is the (unpacked) agent message.

val message: AgentMessage