| QueueSourceTOut Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public QueueSource(
int maxBuffer,
OverflowStrategy overflowStrategy
)
new :
maxBuffer : int *
overflowStrategy : OverflowStrategy -> QueueSource
Parameters
- maxBuffer
- Type: SystemInt32
TBD - overflowStrategy
- Type: Akka.StreamsOverflowStrategy
TBD
See Also