EventStore v0.11.0-rc.0 EventStore.RecordedEvent View Source
RecordedEvent contains the persisted 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() :: %EventStore.RecordedEvent{causation_id: String.t, correlation_id: String.t, created_at: NaiveDateTime.t, data: binary, event_id: non_neg_integer, event_type: String.t, metadata: binary, stream_id: non_neg_integer, stream_version: non_neg_integer}