OutputBurstLimit

org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
final case class OutputBurstLimit(limit: Int) extends MandatoryAttribute

Maximum number of elements emitted in batch if downstream signals large demand.

Use factory method #outputBurstLimit to create.

Attributes

Source
Attributes.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product