adk_memory_outbox_registry (erlang_adk v0.7.0)

View Source

Runtime-only registry and resolver for memory-outbox adapters.

Stable identities are durable; service handles are deliberately held only in this process. Operators can re-register a restarted adapter without rewriting pending jobs.

Summary

Functions

child_spec(Opts)

code_change(OldVersion, State, Extra)

handle_call(Request, From, State)

handle_cast(Message, State)

handle_info(Message, State)

init(Opts)

register(Registry, Identity, ServiceRef)

resolve(Module, StableId, Registry)

start_link()

start_link(Opts)

terminate(Reason, State)

unregister(Registry, Identity)