Packages

final case class DropNew(bufferSize: Int) extends Evicted[Nothing] with Product with Serializable

A OverflowStrategy specifying that on reaching the maximum size, the pipeline should begin dropping incoming events until the buffer has room in it again and is free to process more elements.

bufferSize

specifies how many events our buffer can hold before overflowing

Source
OverflowStrategy.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropNew
  2. Product
  3. Equals
  4. Evicted
  5. Synchronous
  6. OverflowStrategy
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DropNew(bufferSize: Int)

    bufferSize

    specifies how many events our buffer can hold before overflowing

Value Members

  1. val bufferSize: Int
    Definition Classes
    DropNewEvicted
  2. val isEvicted: Boolean
    Definition Classes
    EvictedOverflowStrategy
  3. val isSynchronous: Boolean
    Definition Classes
    SynchronousOverflowStrategy