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. Protected

Value Members

  1. def enforcing: Enforcing

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

  2. def shaping: Shaping

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

  3. case object Enforcing extends with Product with Serializable

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

  4. case object Shaping extends with Product with Serializable

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