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 Serializabletrait Producttrait Equalstrait MandatoryAttributetrait Attributeclass Objecttrait Matchableclass Any
Members list
In this article