Commanded.EventStore.EventData (Commanded v1.3.1) 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() :: %Commanded.EventStore.EventData{
  causation_id: uuid(),
  correlation_id: uuid(),
  data: struct(),
  event_type: String.t(),
  metadata: map()
}

Specs

uuid() :: String.t()