Commanded v0.15.0 Commanded.Aggregates.Supervisor View Source

Supervises Commanded.Aggregates.Aggregate instance processes

Link to this section Summary

Functions

Open an aggregate instance process for the given aggregate module and unique indentity

Link to this section Functions

Link to this function open_aggregate(aggregate_module, aggregate_uuid) View Source

Open an aggregate instance process for the given aggregate module and unique indentity

Returns {:ok, aggregate_uuid} when a process is sucessfully started, or is already running.