Packages

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.

Source
OverflowStrategy.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Evicted
  2. Synchronous
  3. OverflowStrategy
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val bufferSize: Int

Concrete Value Members

  1. val isEvicted: Boolean
    Definition Classes
    EvictedOverflowStrategy
  2. val isSynchronous: Boolean
    Definition Classes
    SynchronousOverflowStrategy