DynamicSupervisor that owns all running saga processes.
Each saga runs in its own isolated Saga.Server process.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: Supervisor.on_start()
@spec start_saga({module(), String.t(), map(), keyword()}) :: DynamicSupervisor.on_start_child()