OverflowStrategy

sealed abstract class OverflowStrategy[+A] extends Serializable

Represents the buffering overflowStrategy chosen for actions that need buffering, instructing the pipeline what to do when the buffer is full.

For the available policies, see:

Used in BufferedSubscriber to implement buffering when concurrent actions are needed, such as in Channels or in Observable.merge.

Companion:
object
trait Serializable
class Object
trait Matchable
class Any
class Synchronous[A]
class Evicted[A]
class DropNew
class DropOld
class Fail
object Unbounded.type

Value members

Concrete fields