Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
rx.exceptions |
Exception handling utilities, safe subscriber exception classes,
lifecycle exception classes.
|
Class and Description |
---|
MissingBackpressureException
Represents an exception that indicates that a Subscriber or operator attempted to apply reactive pull
backpressure to an Observable that does not implement it.
|
Class and Description |
---|
AssemblyStackTraceException
A RuntimeException that is stackless but holds onto a textual
stacktrace from tracking the assembly location of operators.
|
OnErrorThrowable
Represents a
Throwable that an Observable might notify its subscribers of, but that then can
be handled by an operator that is designed to recover from or react appropriately to such an error. |
Copyright © 2024. All rights reserved.