adk_scope_shard_sup (erlang_adk v0.7.0)

View Source

Per-service dynamic supervisor for independently executing scope shards.

Summary

Functions

init(_)

start_adapter(Supervisor, Adapter, Config)

-spec start_adapter(pid(), module(), map()) -> {ok, pid(), reference()} | {error, term()}.

start_link()

-spec start_link() -> supervisor:startlink_ret().

stop_adapter(Supervisor, ChildId)

-spec stop_adapter(pid(), reference()) -> ok.