Jido.Signal.Bus.Snapshot.SnapshotRef (Jido Signal v1.0.0)
View SourceA lightweight reference to a snapshot stored in :persistent_term. Contains only the metadata needed for listing and lookup.
Fields
id
- Unique identifier for the snapshotpath
- The path pattern used to filter signalscreated_at
- When the snapshot was created
Summary
Types
@type t() :: %Jido.Signal.Bus.Snapshot.SnapshotRef{ created_at: DateTime.t(), id: String.t(), path: String.t() }