evoq_decision_partition_sup (evoq v1.23.0)

View Source

Partition supervisor for stateful decision actors (Part B).

simple_one_for_one over evoq_decision_actor, mirroring evoq_aggregate_partition_sup. Actors are temporary: they passivate on idle and restart on demand via the registry.

Summary

Functions

Start a partition supervisor with the given (registered) name.

Functions

start_link(Name)

-spec start_link(atom()) -> {ok, pid()} | {error, term()}.

Start a partition supervisor with the given (registered) name.