final case classDropNew(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
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.
specifies how many events our buffer can hold before overflowing