Click or drag to resize
Akka.NETThrottleMode Enumeration
Represents a mode that decides how to deal exceed rate for Throttle combinator.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public enum ThrottleMode
Members
  Member nameValueDescription
Shaping0 Tells throttle to make pauses before emitting messages to meet throttle rate
Enforcing1 Makes throttle fail with exception when upstream is faster than throttle rate
See Also