View Source Runbox.Scenario.Type (runbox v13.0.3)
Defines supported scenario types.
You can use this in Manifest instead of hard-coding the particular value.
%Runbox.Scenario.Manifest{
type: Runbox.Scenario.Type.stage(),
...
}
Summary
Types
@type t() :: String.t()
Functions
Returns all available types.
Simple scenario.
See Runbox.Scenario.Simple
for details about this scenario type.
Type for GenStage-based scenario runtime.