EventStore v1.0.3 EventStore.EventData View Source

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()

View Source
t() :: %EventStore.EventData{
  causation_id: uuid() | nil,
  correlation_id: uuid() | nil,
  data: term(),
  event_type: String.t(),
  metadata: term() | nil
}

Link to this section Functions