api

http4k / org.http4k.chaos / ChaosStages

ChaosStages

object ChaosStages

Types

Name Summary
Variable Provide a means of modifying a ChaosBehaviour at runtime.class Variable : Stage
Wait Does not apply any ChaosBehaviour.object Wait : Stage

Functions

Name Summary
Repeat Repeats a stage (or composite stage in repeating pattern). Since ChaosStages are STATEFUL, the stage function will be fired on each iteration and expecting a NEW instance.fun Repeat(newStageFn: () -> Stage): Stage