NSQ.Connection.Supervisor (elixir_nsq v1.2.0)
A consumer or producer will initialize this supervisor empty to start. Candidate nsqd connections will be discovered elsewhere and added with start_child.
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Supervisor.init/1
.
Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
init(atom)
Callback implementation for Supervisor.init/1
.
Link to this function
start_child(parent, nsqd, parent_state \\ nil, opts \\ [])
Link to this function