object ThrottleMode
- Source
- ThrottleMode.scala
- Alphabetic
- By Inheritance
- ThrottleMode
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
enforcing: Enforcing.type
Java API: Makes throttle fail with exception when upstream is faster than throttle rate
-
def
shaping: Shaping.type
Java API: Tells throttle to make pauses before emitting messages to meet throttle rate
-
object
Enforcing
extends ThrottleMode with Product with Serializable
Makes throttle fail with exception when upstream is faster than throttle rate
-
object
Shaping
extends ThrottleMode with Product with Serializable
Tells throttle to make pauses before emitting messages to meet throttle rate