Class StreamRefAttributes.BufferCapacity
Specifies the size of the buffer on the receiving side that is eagerly filled even without demand.
Inheritance
StreamRefAttributes.BufferCapacity
Assembly: Akka.Streams.dll
Syntax
public sealed class BufferCapacity : StreamRefAttributes.IStreamRefAttribute, Attributes.IAttribute, IEquatable<StreamRefAttributes.BufferCapacity>
Constructors
|
Improve this Doc
View Source
BufferCapacity(Int32)
Declaration
public BufferCapacity(int capacity)
Parameters
Type |
Name |
Description |
Int32 |
capacity |
|
Properties
|
Improve this Doc
View Source
Capacity
Declaration
public int Capacity { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(StreamRefAttributes.BufferCapacity)
Declaration
public bool Equals(StreamRefAttributes.BufferCapacity 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