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 Serializabletrait Producttrait Equalstrait MandatoryAttributetrait Attributeclass Objecttrait Matchableclass Any
Members list
In this article