commanded_swarm_registry v0.2.0 Commanded.Registration.SwarmRegistry View Source
Process registration and distribution throughout a cluster of nodes using Swarm.
Link to this section Summary
Functions
Return an optional supervisor spec for the registry
Starts a uniquely named child process of a supervisor using the given module and args
Starts a uniquely named GenServer
process for the given module and args
Return a :via
tuple to route a message to a process by its registered name
Get the pid of a registered name
Link to this section Functions
Return an optional supervisor spec for the registry
Starts a uniquely named child process of a supervisor using the given module and args.
Registers the pid with the given name.
Starts a uniquely named GenServer
process for the given module and args.
Registers the pid with the given name.
Return a :via
tuple to route a message to a process by its registered name.
Get the pid of a registered name.