FuzzingMode

org.apache.pekko.stream.ActorAttributes.FuzzingMode
final case class FuzzingMode(enabled: Boolean) extends MandatoryAttribute

Test utility: fuzzing mode means that GraphStage events are not processed in FIFO order within a fused subgraph, but randomized.

Use factory method #fuzzingMode to create.

Attributes

Source
Attributes.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product