Package io.reactivex.rxjava3.annotations
Annotation Interface BackpressureSupport
Indicates the backpressure support kind of the associated operator or class.
- Since:
- 2.0
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe backpressure supported by this method or class.
-
Element Details
-
value
BackpressureKind valueThe backpressure supported by this method or class.- Returns:
- backpressure supported by this method or class.
-