View Source Commanded.Aggregates.Supervisor (Commanded v1.4.6)
Supervises Commanded.Aggregates.Aggregate
instance processes.
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for DynamicSupervisor.init/1
.
Open an aggregate instance process for the given aggregate module and unique identity.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for DynamicSupervisor.init/1
.
Open an aggregate instance process for the given aggregate module and unique identity.
Returns {:ok, aggregate_uuid}
when a process is successfully started, or is
already running.