Public Protocol Reference
Client connection
These events are exchanged when a client connects to the daemon. The sequence is initiated by the client.
- The client sends a
Message
withCode::Introduce
to the daemon. - The daemon responds with a
ClientIntroduce
response. - The client should use the returned ID to build
correlation_id
s for its messages.
Node information
These events are exchanged when node information is requested. The sequence is initiated by the client.
- The user sends a
NodeInfoRequest
message to the Manager. - The Manager sends a
NodeInfoResponse
message back.