Raxol.Architecture.EventSourcing.Snapshot (Raxol v2.0.1)
View SourceRepresents a snapshot of aggregate state at a specific version.
Summary
Types
@type t() :: %Raxol.Architecture.EventSourcing.Snapshot{ created_at: integer(), data: term(), metadata: map(), stream_name: String.t(), version: non_neg_integer() }