Anoma.Node.Transport.Supervisor (Anoma v0.29.0)
I am the transport supervisor.
My main functionality is to supervise the physical transport connections in this node (e.g., TCP connections).
Summary
Functions
Returns a specification to start this module under a supervisor.
I initialize a new transport supervision tree.
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(args)
I initialize a new transport supervision tree.
Options
:node_id
- The key of the local node.
Link to this function
start_link(args)
@spec start_link([any()]) :: GenServer.on_start()