Uses of Class
io.reactivex.rxjava3.exceptions.MissingBackpressureException
-
Packages that use MissingBackpressureException Package Description io.reactivex.rxjava3.exceptions Exception handling utilities (Exceptions
), composite exception container (CompositeException
) and various lifecycle-related (UndeliverableException
) and behavior-violation exception types (OnErrorNotImplementedException
,MissingBackpressureException
).io.reactivex.rxjava3.internal.operators.flowable -
-
Uses of MissingBackpressureException in io.reactivex.rxjava3.exceptions
Methods in io.reactivex.rxjava3.exceptions that return MissingBackpressureException Modifier and Type Method Description static MissingBackpressureException
MissingBackpressureException. createDefault()
Constructs a newMissingBackpressureException
with 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 MissingBackpressureException Modifier and Type Method Description (package private) static MissingBackpressureException
FlowableGroupBy.GroupBySubscriber. groupHangWarning(long n)
(package private) static MissingBackpressureException
FlowableWindowTimed. missingBackpressureMessage(long index)
-