aries / net.globalid.aries.message

Package net.globalid.aries.message

Types

AgentMessage

An abstract model for all messages between agents. Note: all fields are marked as transient, because a custom adapter is used for converting these fields to JSON. If an implementation (re)declares any of these fields, it should also mark them as transient.

abstract class AgentMessage

MessageTypeDid

Message type instructs the receiving agent how to interpret the content and what content to expect as part of a given message

object MessageTypeDid

MessageTypeHttps

Message type instructs the receiving agent how to interpret the content and what content to expect as part of a given message

object MessageTypeHttps

MessageTypes

object MessageTypes