Runbox.Scenario.Type (runbox v26.0.0)

View Source

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

Functions

Returns all available types.

Simple scenario.

Type for GenStage-based scenario runtime.

Types

t()

@type t() :: String.t()

Functions

all_types()

Returns all available types.

simple()

Simple scenario.

See Runbox.Scenario.Simple for details about this scenario type.

stage()

Type for GenStage-based scenario runtime.