Class ActorAttributes.OutputBurstLimit
Maximum number of elements emitted in batch if downstream signals large demand.
Use factory method CreateOutputBurstLimit
to create.
Inheritance
ActorAttributes.OutputBurstLimit
Assembly: Akka.Streams.dll
Syntax
public sealed class ActorAttributes.OutputBurstLimit : Attributes.IMandatoryAttribute, Attributes.IAttribute, IEquatable<ActorAttributes.OutputBurstLimit>
Constructors
|
Edit this page
View Source
OutputBurstLimit(int)
Declaration
public OutputBurstLimit(int limit)
Parameters
Type |
Name |
Description |
int |
limit |
|
Properties
|
Edit this page
View Source
Limit
Declaration
public int Limit { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(OutputBurstLimit)
Declaration
public bool Equals(ActorAttributes.OutputBurstLimit 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