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