Nombaone.DomainEvent (Nomba One v0.1.0)

View Source

An entry in the append-only domain-event log — the audit trail behind every webhook.

payload carries the same data your endpoints receive, verbatim. id (nbo…evt) is the id webhook receivers dedupe on.

Summary

Types

t()

@type t() :: %Nombaone.DomainEvent{
  __raw__: term(),
  created_at: term(),
  domain: term(),
  id: term(),
  payload: term(),
  type: term()
}