final case classDropOld(bufferSize: Int) extends Evicted[Nothing] with Product with Serializable
A OverflowStrategy specifying that on reaching the maximum size,
the currently buffered events should start being dropped in a FIFO order,
so the oldest events from the buffer will be dropped first.
bufferSize
specifies how many events our buffer can hold
before overflowing
A OverflowStrategy specifying that on reaching the maximum size, the currently buffered events should start being dropped in a FIFO order, so the oldest events from the buffer will be dropped first.
specifies how many events our buffer can hold before overflowing