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 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 MissingBackpressureExceptionModifier and TypeMethodDescription(package private) static MissingBackpressureException
FlowableGroupBy.GroupBySubscriber.groupHangWarning
(long n) (package private) static MissingBackpressureException
FlowableWindowTimed.missingBackpressureMessage
(long index)