Class Attributes.InputBuffer
Each asynchronous piece of a materialized stream topology is executed by one Actor
that manages an input buffer for all inlets of its shape. This attribute configures
the initial and maximal input buffer in number of elements for each inlet.
Use factory method CreateInputBuffer(Int32, Int32) to create instances.
Inheritance
Attributes.InputBuffer
Assembly: Akka.Streams.dll
public sealed class InputBuffer : Attributes.IMandatoryAttribute, Attributes.IAttribute, IEquatable<Attributes.InputBuffer>
Constructors
|
Improve this Doc
View Source
Declaration
public InputBuffer(int initial, int max)
Parameters
Type |
Name |
Description |
Int32 |
initial |
TBD
|
Int32 |
max |
TBD
|
Fields
|
Improve this Doc
View Source
Declaration
public readonly int Initial
Field Value
|
Improve this Doc
View Source
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(Attributes.InputBuffer other)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods