EventStore.EventData (EventStore v1.3.2) 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

Specs

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

Specs

uuid() :: String.t()

Link to this section Functions