org.apache.pekko.stream.ThrottleMode
See theThrottleMode companion class
object ThrottleMode
Attributes
- Companion
- class
- Source
- ThrottleMode.scala
- Graph
-
- Supertypes
- Self type
-
ThrottleMode.type
Members list
Type members
Classlikes
case object Enforcing extends ThrottleMode
Makes throttle fail with exception when upstream is faster than throttle rate
Makes throttle fail with exception when upstream is faster than throttle rate
Attributes
- Source
- ThrottleMode.scala
- Supertypes
- Self type
-
Enforcing.type
case object Shaping extends ThrottleMode
Tells throttle to make pauses before emitting messages to meet throttle rate
Tells throttle to make pauses before emitting messages to meet throttle rate
Attributes
- Source
- ThrottleMode.scala
- Supertypes
- Self type
-
Shaping.type
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Java API: Makes throttle fail with exception when upstream is faster than throttle rate
Java API: Makes throttle fail with exception when upstream is faster than throttle rate
Attributes
- Source
- ThrottleMode.scala
Java API: Tells throttle to make pauses before emitting messages to meet throttle rate
Java API: Tells throttle to make pauses before emitting messages to meet throttle rate
Attributes
- Source
- ThrottleMode.scala
In this article