BeamConsole.NodeInfo (beam_console v0.4.0)

Copy Markdown View Source

Describes the local BEAM node or a connected node visible to it.

Connected nodes are inventory-only until a runtime adapter explicitly marks them as inspectable.

Summary

Types

t()

@type t() :: %BeamConsole.NodeInfo{
  id: String.t(),
  inspectable?: boolean(),
  kind: :local | :connected,
  name: String.t()
}