Package org.apache.pekko.stream
Class ActorAttributes.FuzzingMode
java.lang.Object
org.apache.pekko.stream.ActorAttributes.FuzzingMode
- All Implemented Interfaces:
Serializable,Attributes.Attribute,Attributes.MandatoryAttribute,scala.Equals,scala.Product
- Enclosing class:
- ActorAttributes
public static final class ActorAttributes.FuzzingMode
extends Object
implements Attributes.MandatoryAttribute, scala.Product, Serializable
Test utility: fuzzing mode means that GraphStage events are not processed
in FIFO order within a fused subgraph, but randomized.
Use factory method ActorAttributes.fuzzingMode(boolean) to create.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(boolean enabled) booleanbooleanenabled()booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
FuzzingMode
public FuzzingMode(boolean enabled)
-
-
Method Details
-
enabled
public boolean enabled() -
copy
-
copy$default$1
public boolean copy$default$1() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-