ReturnRoute

fmgp.did.comm.ReturnRoute
See theReturnRoute companion object

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case all extends ReturnRoute

Send all messages for this DID over the connection.

Send all messages for this DID over the connection.

For HTTP transports, the presence of this message decorator indicates that the receiving agent MAY hold onto the connection and use it to return messages as designated. HTTP transports will only be able to receive at most one message at a time. Websocket transports are capable of receiving multiple messages over a single connection.

Attributes

case case none extends ReturnRoute

No messages should be returned over this connection. If return_route is omitted, this is the default value.

No messages should be returned over this connection. If return_route is omitted, this is the default value.

Attributes

case case thread extends ReturnRoute

Send all messages matching the DID and thread specified in the return_route_thread attribute.

Send all messages matching the DID and thread specified in the return_route_thread attribute.

Attributes