Uses of Class
rx.exceptions.MissingBackpressureException
-
Packages that use MissingBackpressureException Package Description rx Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.rx.internal.util -
-
Uses of MissingBackpressureException in rx
Methods in rx that throw MissingBackpressureException Modifier and Type Method Description boolean
BackpressureOverflow.Error. mayAttemptDrop()
boolean
BackpressureOverflow.Strategy. mayAttemptDrop()
Whether the Backpressure manager should attempt to drop the oldest item, or simply drop the item currently causing backpressure. -
Uses of MissingBackpressureException in rx.internal.util
Methods in rx.internal.util that throw MissingBackpressureException Modifier and Type Method Description void
RxRingBuffer. onNext(java.lang.Object o)
-