Class ActorAttributes.FuzzingMode
Test utility: fuzzing mode means that GraphStage events are not processed
in FIFO order within a fused subgraph, but randomized.
Use factory method CreateFuzzingMode
to create.
Inheritance
ActorAttributes.FuzzingMode
Assembly: Akka.Streams.dll
Syntax
public sealed class ActorAttributes.FuzzingMode : Attributes.IMandatoryAttribute, Attributes.IAttribute, IEquatable<ActorAttributes.FuzzingMode>
Constructors
|
Edit this page
View Source
FuzzingMode(bool)
Declaration
public FuzzingMode(bool enabled)
Parameters
Type |
Name |
Description |
bool |
enabled |
|
Properties
|
Edit this page
View Source
Enabled
Declaration
public bool Enabled { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(FuzzingMode)
Declaration
public bool Equals(ActorAttributes.FuzzingMode other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods