X3m.System.LocalAggregatesSupervision (X3m System v0.9.1)

Copy Markdown View Source

Supervises the aggregate processes that run on the local node.

Add it to your application's supervision tree, pointing it at your X3m.System.LocalAggregates configuration module and an app prefix:

{X3m.System.LocalAggregatesSupervision, [MyApp.LocalAggregates, MyApp]}

See the "Aggregates & Event Sourcing" guide for the full setup.

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(list)