ThrottleMode Enumeration |
Namespace: Akka.Streams
Member name | Value | Description | |
---|---|---|---|
Shaping | 0 | Tells throttle to make pauses before emitting messages to meet throttle rate | |
Enforcing | 1 | Makes throttle fail with exception when upstream is faster than throttle rate |