Package io.reactivex.rxjava4.core.config
package io.reactivex.rxjava4.core.config
Configuration record types to support operators and reduce the number of convenience overloads
on the main reactive types.
- Since:
- 4.0.0
-
Record ClassesClassDescriptionConfiguration record for Completable.concat() operators.Configuration record for Completable.merge() operators.Generic configuration block with option to delay errors, change prefetch amounts and buffer sizes.Generic configuration block with option to delay errors, change prefetch amounts and buffer sizes.Configuration record for
Schedulers.createParallel(ParallelSchedulerConfig).