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.
<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) |
message |
is the (unpacked) agent message. val message: AgentMessage |
service |
is a ServiceDecorator, holding keys and endpoint data. val service: ServiceDecorator |