Jido.Signal.Bus.Snapshot.SnapshotRef (Jido Signal v1.0.0)

View Source

A lightweight reference to a snapshot stored in :persistent_term. Contains only the metadata needed for listing and lookup.

Fields

  • id - Unique identifier for the snapshot
  • path - The path pattern used to filter signals
  • created_at - When the snapshot was created

Summary

Types

t()

@type t() :: %Jido.Signal.Bus.Snapshot.SnapshotRef{
  created_at: DateTime.t(),
  id: String.t(),
  path: String.t()
}