Daemon/Spawner Messages Reference
Below is the list of messages exchanged between the Daemon and the Spawner:
Message::Code
package sf.core.protocol.daemon_spanwer;
enum Code {
Ack = 1;
Shutdown = 2;
}
Name | Code | Meaning |
---|---|---|
Ack | 1 | This message is an acknowledgement of a request |
Shutdown | 2 | Request the spawner process to shutdown |