extreme_system v0.2.2 Extreme.System.AggregateRegistry View Source
Keeps track of registered aggregate pids.
Link to this section Summary
Functions
Looks up the process pid for id
stored in server
Returns true
if key
is already registered in server
, false
otherwise
Ensures there is a pid
associated with key
in server
Starts process registry
Link to this section Functions
Looks up the process pid for id
stored in server
.
Returns {:ok, pid}
if the one exists, :error
otherwise.
Returns true
if key
is already registered in server
, false
otherwise.
Ensures there is a pid
associated with key
in server
.
Returns :ok once when process is successfully registered
Starts process registry