MaxFixedBufferSize

org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
final case class MaxFixedBufferSize(size: Int) extends MandatoryAttribute

Configure the maximum buffer size for which a FixedSizeBuffer will be preallocated. This defaults to a large value because it is usually better to fail early when system memory is not sufficient to hold the buffer.

Use factory method #maxFixedBufferSize 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