ClearBuffer

final case class ClearBuffer(bufferSize: Int) extends Evicted[Nothing]

A OverflowStrategy specifying that on reaching the maximum size, the current buffer should be dropped completely to make room for new events.

A OverflowStrategy specifying that on reaching the maximum size, the current buffer should be dropped completely to make room for new events.

Value Params
bufferSize

specifies how many events our buffer can hold before overflowing

trait Product
trait Equals
class Evicted[Nothing]
class Synchronous[Nothing]
class OverflowStrategy[Nothing]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

override val isEvicted: Boolean
Inherited from
Evicted
override val isSynchronous: Boolean
Inherited from
Synchronous