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 FuzzingMode : Attributes.IMandatoryAttribute, Attributes.IAttribute, IEquatable<ActorAttributes.FuzzingMode>
Constructors
|
Improve this Doc
View Source
FuzzingMode(Boolean)
Declaration
public FuzzingMode(bool enabled)
Parameters
Type |
Name |
Description |
Boolean |
enabled |
|
Properties
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(ActorAttributes.FuzzingMode)
Declaration
public bool Equals(ActorAttributes.FuzzingMode other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods