ThrottleMode

org.apache.pekko.stream.ThrottleMode
See theThrottleMode companion class
object ThrottleMode

Attributes

Companion
class
Source
ThrottleMode.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self 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
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ThrottleMode
class Object
trait Matchable
class Any
Show all
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
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ThrottleMode
class Object
trait Matchable
class Any
Show all
Self type
Shaping.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def enforcing: Enforcing.type

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
def shaping: Shaping.type

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