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 booleanBackpressureOverflow.Error. mayAttemptDrop()booleanBackpressureOverflow.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 voidRxRingBuffer. onNext(java.lang.Object o)
-