View Source Runbox.Scenario.Simple.Config (runbox v11.0.0)

Simple scenario configuration struct.

This struct is passed to the scenario when it is started. It contains the following fields:

  • start_from - integer, ms from epoch, from when is run started to read data

Summary

Types

t()

Scenario configuration passed to the scenario when it is started.

Types

@type t() :: %Runbox.Scenario.Simple.Config{start_from: non_neg_integer()}

Scenario configuration passed to the scenario when it is started.

See moduledoc for more information.