Pixir.Delegate.OwnerServer (pixir v0.1.6)

Copy Markdown View Source

Current-runtime owner for one Delegate service run.

The owner keeps live capability in OTP while this BEAM runtime is alive. It does not create a daemon, IPC server, nested Pixir process, or second durable store. Durable truth is still the parent Session Log; this process only proves live status and active cancellation capability.

Summary

Functions

Cancel live children through the owner.

DynamicSupervisor child spec.

Return live owner state.

Start a Delegate owner.

Return the start payload produced during owner initialization.

Functions

cancel(pid, opts \\ [])

Cancel live children through the owner.

child_spec(init_arg)

DynamicSupervisor child spec.

owner_state(pid, timeout \\ 5000)

Return live owner state.

start_link(opts)

Start a Delegate owner.

start_payload(pid)

Return the start payload produced during owner initialization.