Packages

final case class Fail(bufferSize: Int) extends Synchronous[Nothing] with Product with Serializable

A OverflowStrategy specifying that on reaching the maximum size, the pipeline should cancel the subscription and send an onError to the observer(s) downstream.

bufferSize

specifies how many events our buffer can hold before overflowing

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

Instance Constructors

  1. new Fail(bufferSize: Int)

    bufferSize

    specifies how many events our buffer can hold before overflowing

Value Members

  1. val bufferSize: Int
  2. val isEvicted: Boolean
    Definition Classes
    OverflowStrategy
  3. val isSynchronous: Boolean
    Definition Classes
    SynchronousOverflowStrategy