View Source Etso.Adapter.Supervisor (Logflare Etso v1.1.2)
Repo-level Supervisor which supports the ETS Adapter. Within the Supervision Tree, a Dynamic Supervisor is used to hold the Table Servers, and a Registry is used to keep track of both the Table Servers, and their ETS Tables.
Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the Supervisor for the given repo
.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec start_link(Etso.repo()) :: Supervisor.on_start()
Starts the Supervisor for the given repo
.