aries / net.globalid.aries.message.inbound / UnpackedMessageContext / None

None

data class None : UnpackedMessageContext

An UnpackedMessageContext that does not have any additional context associated with it. An example of such message is a connection invitation, as the invitation itself contains context for responding. It might also prove useful if/when implementing RFC 0434: Out-of-Band Protocols.

Constructors

<init>

An UnpackedMessageContext that does not have any additional context associated with it. An example of such message is a connection invitation, as the invitation itself contains context for responding. It might also prove useful if/when implementing RFC 0434: Out-of-Band Protocols.

None(message: AgentMessage)

Properties

message

is the (unpacked) agent message.

val message: AgentMessage