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

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

Summary

Types

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