DVR (dvr v1.1.0)

Documentation for Dvr.

Link to this section Summary

Link to this section Types

Specs

payload() :: any()

Specs

replay_id() :: integer()

Specs

topics() :: [String.t()]

Link to this section Functions

Specs

calculate_id() :: replay_id()
Link to this function

record(payload, topics)

Specs

record(payload(), topics()) :: {:ok, replay_id()} | {:error, any()}
Link to this function

record(payload, topics, id)

Specs

replay(replay_id()) :: {:ok, [tuple()]} | {:error, any()}

Specs

search(replay_id()) :: {:ok, replay_id()} | {:not_found, replay_id()}