View Source Etso.Adapter.TableSupervisor (Logflare Etso v1.1.2)
Provides convenience function to spin up a Dynamic Supervisor, which is used to hold the Table Servers.
Summary
Functions
Returns Child Specification for the Table Supervisor that will be associated with the repo
.
Starts the Child under the Table Supervisor associated with the repo
.
Functions
@spec child_spec(Etso.repo()) :: Supervisor.child_spec()
Returns Child Specification for the Table Supervisor that will be associated with the repo
.
@spec start_child( Etso.repo(), {module(), term()} ) :: DynamicSupervisor.on_start_child()
Starts the Child under the Table Supervisor associated with the repo
.