Enum ThrottleMode
Represents a mode that decides how to deal exceed rate for Throttle combinator.
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public enum ThrottleMode
Fields
| Name | Description |
|---|---|
| Enforcing | Makes throttle fail with exception when upstream is faster than throttle rate |
| Shaping | Tells throttle to make pauses before emitting messages to meet throttle rate |
Edit this page