Package org.apache.pekko.stream
Class ThrottleMode$
java.lang.Object
org.apache.pekko.stream.ThrottleMode$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ThrottleMode$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJava API: Makes throttle fail with exception when upstream is faster than throttle rateshaping()Java API: Tells throttle to make pauses before emitting messages to meet throttle rate
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ThrottleMode$
public ThrottleMode$()
-
-
Method Details
-
shaping
Java API: Tells throttle to make pauses before emitting messages to meet throttle rate -
enforcing
Java API: Makes throttle fail with exception when upstream is faster than throttle rate
-