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

t()

@type t() :: map()

Functions

build(input)

@spec build(map()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}