Packages

object ThrottleMode

Source
ThrottleMode.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThrottleMode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def enforcing: Enforcing.type

    Java API: Makes throttle fail with exception when upstream is faster than throttle rate

  2. def shaping: Shaping.type

    Java API: Tells throttle to make pauses before emitting messages to meet throttle rate

  3. object Enforcing extends ThrottleMode with Product with Serializable

    Makes throttle fail with exception when upstream is faster than throttle rate

  4. object Shaping extends ThrottleMode with Product with Serializable

    Tells throttle to make pauses before emitting messages to meet throttle rate