| AttributesCreateInputBuffer Method |
Specifies the initial and maximum size of the input buffer.
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Attributes CreateInputBuffer(
int initial,
int max
)
static member CreateInputBuffer :
initial : int *
max : int -> Attributes
Parameters
- initial
- Type: SystemInt32
TBD - max
- Type: SystemInt32
TBD
Return Value
Type:
AttributesTBD
See Also