eventstore v0.10.1 EventStore.RecordedEvent
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()
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}
Link to this section Functions
Link to this function
deserialize(recorded_event, serializer)
Link to this function
fetch(map, key)
Link to this function
get_and_update(map, key, fun)