extreme_system v0.2.0 Extreme.System.AggregateRegistry
Keeps track of registered aggregate pids.
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
Functions
Looks up the process pid for id
stored in server
.
Returns {:ok, pid}
if the one exists, :error
otherwise.
Ensures there is a pid
associated with key
in server
.
Returns :ok once when process is successfully registered