aries / net.globalid.aries.message.inbound / UnpackedMessageContext / Service

Service

data class Service : UnpackedMessageContext

An UnpackedMessageContext that relates an agent message to a service decorator. This message thus doesn't have a permanent connection associated with it and the sender is unknown - the decorator contains only data to allow sending a response back.

Constructors

<init>

An UnpackedMessageContext that relates an agent message to a service decorator. This message thus doesn't have a permanent connection associated with it and the sender is unknown - the decorator contains only data to allow sending a response back.

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