 | QueueSource<TOut> Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic QueueSource(
int maxBuffer,
OverflowStrategy overflowStrategy
)
new :
maxBuffer : int *
overflowStrategy : OverflowStrategy -> QueueSource
Parameters
- maxBuffer
- Type: System.Int32
TBD - overflowStrategy
- Type: Akka.Streams.OverflowStrategy
TBD
See Also