# `Chimeway.Events.Event`
[🔗](https://github.com/jonlunsford/chimeway/blob/v1.0.0/lib/chimeway/events/event.ex#L1)

Durable canonical event persisted before outbound side effects.

# `t`

```elixir
@type t() :: %Chimeway.Events.Event{
  __meta__: term(),
  correlation_id: term(),
  id: term(),
  idempotency_key: term(),
  inserted_at: term(),
  notification_key: term(),
  notification_version: term(),
  notifications: term(),
  payload: term(),
  updated_at: term()
}
```

# `changeset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
