Jido.Signal.Topology.ProcessNode (Jido v1.1.0-rc.2)

View Source

Summary

Types

t()

Represents a single process in the hierarchy

Types

t()

@type t() :: %Jido.Signal.Topology.ProcessNode{
  child_ids: MapSet.t(String.t()),
  id: String.t(),
  metadata: map(),
  name: String.t() | nil,
  parent_id: String.t() | nil,
  pid: pid(),
  registered_at: DateTime.t()
}

Represents a single process in the hierarchy