View Source Membrane.RTC.Engine.TimescaleDB.Reporter (Membrane RTC Engine TimescaleDB plugin v0.2.0)
A worker responsible for storing reports in the database.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec start(options()) :: GenServer.on_start()
@spec start_link(options()) :: GenServer.on_start()
@spec store_report(reporter(), Membrane.RTC.Engine.TimescaleDB.report()) :: :ok