View Source Commanded.EventStore.EventData (Commanded v1.4.7)

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

Summary

Types

t()

@type t() :: %Commanded.EventStore.EventData{
  causation_id: uuid() | nil,
  correlation_id: uuid(),
  data: struct(),
  event_type: String.t(),
  metadata: map()
}

uuid()

@type uuid() :: String.t()