Anoma.Node.Transport.Supervisor (Anoma v0.25.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.

I initialize a new transport supervision tree.

Options

  • :node_id - The key of the local node.
Link to this function

start_link(args)