eventstore v0.10.1 EventStore.EventData

EventData contains the data for a single event before being persisted to storage

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %EventStore.EventData{causation_id: String.t, correlation_id: String.t, data: binary, event_type: String.t, metadata: binary}

Link to this section Functions

Link to this function fetch(map, key)
Link to this function get_and_update(map, key, fun)