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