aries / net.globalid.aries.message.outbound / OutboundMessageContext / Service

Service

data class Service : OutboundMessageContext

An OutboundMessageContext that relates an agent message to a service decorator. This message doesn't have a permanent connection associated with it and the receiver can only verify the integrity of the message, but the sender is unknown.

Constructors

<init>

An OutboundMessageContext that relates an agent message to a service decorator. This message doesn't have a permanent connection associated with it and the receiver can only verify the integrity of the message, but the sender is unknown.

Service(message: AgentMessage, service: ServiceDecorator)

Properties

message

is the (unpacked) agent message.

val message: AgentMessage

service

is a ServiceDecorator, holding keys and endpoint data.

val service: ServiceDecorator