Evicted

sealed abstract class Evicted[A] extends Synchronous[A]

A sub-category of overflow strategies that are synchronous and that represent eviction policies, meaning that on buffer overflows events start being dropped.

class Synchronous[A]
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract fields

Concrete fields

override val isEvicted: Boolean

Inherited fields

override val isSynchronous: Boolean
Inherited from:
Synchronous