Packages

c

akka.stream.ActorAttributes

MaxFixedBufferSize

final case class MaxFixedBufferSize(size: Int) extends MandatoryAttribute with Product with Serializable

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.

Source
Attributes.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MaxFixedBufferSize
  2. Serializable
  3. Product
  4. Equals
  5. MandatoryAttribute
  6. Attribute
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MaxFixedBufferSize(size: Int)

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. val size: Int