Backplane. AgentRuntime. Recovery
(backplane_agent_runtime v1.6.0)
Copy Markdown
Conservative recovery classification for committed nonterminal work.
Old incarnations are fenced. Unknown or externally mutated work is never resumed automatically; explicitly read-only or idempotent effects can resume only when their recorded dispatch evidence is consistent.
Summary
Types
@type t() :: map()
Functions
@spec recover(map(), map()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}