I wanna know more about RxJava PublishProcessor. Does it handle back pressure by default or we should add this behavior to it by onBackPressure funtions?
Asked
Active
Viewed 115 times
0
-
1"I wanna know more about RxJava PublishProcessor" - http://reactivex.io/RxJava/3.x/javadoc/3.0.0/io/reactivex/rxjava3/processors/PublishProcessor.html – Mark Jul 24 '21 at 20:54
1 Answers
0
By this link I realized that it doesn't handle backpressure by default.
If you want to add back pressure behavior to it, you can use onBackpressureBuffer
that is overloaded with different inputs.

akarnokd
- 69,132
- 14
- 157
- 192

Hassan Alizadeh
- 103
- 1
- 8