Package org.apache.pekko.stream
Class ThrottleMode$
- java.lang.Object
- 
- org.apache.pekko.stream.ThrottleMode$
 
- 
 public class ThrottleMode$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static ThrottleMode$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ThrottleMode$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrottleMode.Enforcing$enforcing()Java API: Makes throttle fail with exception when upstream is faster than throttle rateThrottleMode.Shaping$shaping()Java API: Tells throttle to make pauses before emitting messages to meet throttle rate
 
- 
- 
- 
Field Detail- 
MODULE$public static final ThrottleMode$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
shapingpublic ThrottleMode.Shaping$ shaping() Java API: Tells throttle to make pauses before emitting messages to meet throttle rate
 - 
enforcingpublic ThrottleMode.Enforcing$ enforcing() Java API: Makes throttle fail with exception when upstream is faster than throttle rate
 
- 
 
-