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.

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]
object Unbounded
class Fail
class Evicted[A]
class DropNew
class DropOld

Value members

Concrete fields

val isEvicted: Boolean
val isSynchronous: Boolean