AshCommanded.Commanded.Event (AshCommanded v0.1.0)

View Source

Represents an event in the Commanded DSL.

Events represent facts that have occurred in the system and are emitted by commands.

Summary

Types

t()

@type t() :: %AshCommanded.Commanded.Event{
  event_name: atom() | nil,
  fields: [atom()],
  name: atom()
}