Raxol.Architecture.EventSourcing.EventStream (Raxol v2.0.1)
View SourceRepresents a stream of events for a specific aggregate.
Summary
Types
@type t() :: %Raxol.Architecture.EventSourcing.EventStream{ created_at: integer(), last_event_at: integer() | nil, last_position: non_neg_integer(), metadata: map(), name: String.t(), version: non_neg_integer() }