Skip to main content

Module command

Module command 

Source
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.
RemoteCreateActor
A command which is used to create an actor in a remote node.
RemoteGetActor
A command which is used to get the address of an actor in a remote node.
RemoveActor
A command which is used to remove an actor from a node.
RemoveListener
A command which is used to remove an IPC listener from a node.