PhoenixMicro.Saga.Server (PhoenixMicro v1.0.0)

Copy Markdown View Source

GenServer that executes and coordinates a single saga run.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(arg)

@spec start_link({module(), String.t(), map(), keyword()}) :: GenServer.on_start()