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 BackPressure
class Synchronous[A]
object Unbounded
class Fail
class Evicted[A]
class DropNew
class DropNewAndSignal[A]
class DropOld
class DropOldAndSignal[A]
class ClearBuffer
class ClearBufferAndSignal[A]