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.
<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) |
message |
is the (unpacked) agent message. val message: AgentMessage |