Expand description
Commands which can be used to interact with a node.
Structsยง
- AddActor
- A command which is used to add a remote addressable actor to a node.
- AddListener
- A command which is used to add an IPC listener to a node.
- Connect
- A command which is used to actively connect to another node like a client.
- Remote
Create Actor - A command which is used to create an actor in a remote node.
- Remote
GetActor - A command which is used to get the address of an actor in a remote node.
- Remove
Actor - A command which is used to remove an actor from a node.
- Remove
Listener - A command which is used to remove an IPC listener from a node.