ExESDB.GatewaySystem (ex_esdb v0.1.6)

Supervisor for gateway components providing external interface.

This supervisor manages a pool of gateway workers for high availability and load distribution.

Components:

  • GatewayWorkers: Pool of GatewayWorkers via PartitionSupervisor
  • PubSub: External communication (conditional)

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)