Distribunator.Distributed.all_nodes_of

You're seeing just the function all_nodes_of, go back to Distribunator.Distributed module for more information.
Link to this function

all_nodes_of(name)

Specs

all_nodes_of(atom()) :: {:ok, [atom()]} | {:error, any()}

Get all node atoms sharing an instance of a distributed name

Parameters

  • name The distributed name

Returns

  • {:ok, [node_atom]} Success, even if atom list is emtpy
  • {:error, reason} Failure and reason