TrustPingMessage |
The trust ping message is used as the first message in the trust ping protocol. data class TrustPingMessage : AgentMessage |
TrustPingResponseMessage |
The trust ping response message is used as the second message in the trust ping protocol. Note: don't forget to add a ThreadDecorator before sending the response. data class TrustPingResponseMessage : AgentMessage |