InputBuffer

org.apache.pekko.stream.Attributes.InputBuffer
final case class InputBuffer(initial: Int, max: Int) extends MandatoryAttribute

Each asynchronous piece of a materialized stream topology is executed by one Actor that manages an input buffer for all inlets of its shape. This attribute configures the initial and maximal input buffer in number of elements for each inlet.

Use factory method Attributes#inputBuffer to create instances.

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