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