ExESDB.PersistenceSystem (ex_esdb v0.1.6)

Supervisor for persistence layer components.

This supervisor manages all data persistence components that can operate independently of each other.

Components:

  • Streams: Stream read/write operations
  • Snapshots: Snapshot management
  • Subscriptions: Subscription management

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)