Package at.jku.ssw.fp.sect10_7
-
Class Summary Class Description Demo1_Sample_ThrottleFirst Demo showing reduction of events byObservable.throttleFirst(long, java.util.concurrent.TimeUnit)
.Demo2_Backpressure Demo showing backpressure inFlowable
.Demo3_StreamingSong Demo program implementing a streaming of a text with backpressure.Demo4_StreamingSongWithRequests Demo program implementing a streaming of a text with backpressure.