Backplane. AgentRuntime. Event
(backplane_agent_runtime v1.6.0)
Copy Markdown
Deterministic canonical event envelopes with per-aggregate sequences.
Event IDs and time are caller-provided, so replay is stable. Sequence gaps and duplicate aggregate sequences are rejected.
Summary
Types
@type t() :: map()
Functions
@spec build(map()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}