Fail

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

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

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

Value Params
bufferSize

specifies how many events our buffer can hold before overflowing

trait Product
trait Equals
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

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