Raxol.Architecture.EventSourcing.Snapshot (Raxol v2.0.1)

View Source

Represents a snapshot of aggregate state at a specific version.

Summary

Types

t()

@type t() :: %Raxol.Architecture.EventSourcing.Snapshot{
  created_at: integer(),
  data: term(),
  metadata: map(),
  stream_name: String.t(),
  version: non_neg_integer()
}