aries / net.globalid.aries.message.inbound

Package net.globalid.aries.message.inbound

Types

UnpackedMessage

Decrypted message that was received from cloud agent.

data class UnpackedMessage

UnpackedMessageContext

Represents an unpacked agent message with additional context. Message can be associated with some form of "connection context" - who the message is from and/or how do we send a message back to them. In some cases, no context is needed (e.g. connection invitation).

sealed class UnpackedMessageContext

UnpackedPlainMessage

Decrypted message that was received from cloud agent. This is a model between the received packed message in form of a string, and the UnpackedMessage, which holds an AgentMessage. The agent message is represented as a string in this model.

data class UnpackedPlainMessage