Uses of Class
io.reactivex.rxjava3.exceptions.MissingBackpressureException
Packages that use MissingBackpressureException
Package
Description
Exception handling utilities (
Exceptions),
composite exception container (CompositeException) and
various lifecycle-related (UndeliverableException)
and behavior-violation exception types (OnErrorNotImplementedException,
MissingBackpressureException).-
Uses of MissingBackpressureException in io.reactivex.rxjava3.exceptions
Methods in io.reactivex.rxjava3.exceptions that return MissingBackpressureExceptionModifier and TypeMethodDescriptionstatic MissingBackpressureExceptionMissingBackpressureException.createDefault()Constructs a newMissingBackpressureExceptionwith the default message "Could not emit value due to lack of requests". -
Uses of MissingBackpressureException in io.reactivex.rxjava3.internal.operators.flowable
Methods in io.reactivex.rxjava3.internal.operators.flowable that return MissingBackpressureExceptionModifier and TypeMethodDescription(package private) static MissingBackpressureExceptionFlowableGroupBy.GroupBySubscriber.groupHangWarning(long n) (package private) static MissingBackpressureExceptionFlowableWindowTimed.missingBackpressureMessage(long index)