commanded_swarm_registry v0.3.0 Commanded.Registration.SwarmRegistry.Monitor View Source
A GenServer
process that starts and monitors another process that is
distributed using Swarm.
This is used to ensure the process can be supervised by a Supervisor
.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Send any other messages to the monitored process, if available
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
debug(chardata_or_fun) View Source
See Logger.debug/1
.
Link to this function
handle_info(msg, state) View Source
Send any other messages to the monitored process, if available
Link to this function
info(chardata_or_fun) View Source
See Logger.info/1
.