Commanded v0.14.0-rc.0 Commanded.EventStore.RecordedEvent View Source

Contains the persisted stream identity, type, data, and metadata for a single event.

Events are immutable once recorded.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Commanded.EventStore.RecordedEvent{causation_id: String.t, correlation_id: String.t, created_at: NaiveDateTime.t, data: binary, event_number: non_neg_integer, event_type: String.t, metadata: binary, stream_id: String.t, stream_version: non_neg_integer}