ExESDB.NotificationSystem (ex_esdb v0.1.4)

Supervisor for event notification and distribution components.

This supervisor manages the core event notification functionality:

  • LeaderSystem: Leadership responsibilities and subscription management
  • EmitterSystem: Event emission and distribution

This is a core component that runs in both single-node and cluster modes. The leadership determination happens at the store level, not the clustering level.

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