Uses of Class
uk.ac.ebi.utils.opt.runcontrol.ReactorUtils.ParallelBatchFluxBuilder
-
Uses of ReactorUtils.ParallelBatchFluxBuilder in uk.ac.ebi.utils.opt.runcontrol
Modifier and TypeMethodDescriptionReactorUtils.ParallelBatchFluxBuilder.withBatchSize
(int batchSize) The parallel flux scheduler to use.ReactorUtils.ParallelBatchFluxBuilder.withBatchSupplier
(Supplier<? extends Collection<? super T>> batchSupplier) Default is null, which falls back toFlux.buffer(int)
, usually aList
supplier.ReactorUtils.ParallelBatchFluxBuilder.withParallelism
(int parallelism) The degree of parallelism of the resulting flux.ReactorUtils.ParallelBatchFluxBuilder.withParallelismPreFetch
(int parallelismPreFetch) The prefetch parameter passed toFlux.parallel(int, int)
.ReactorUtils.ParallelBatchFluxBuilder.withScheduler
(reactor.core.scheduler.Scheduler scheduler) The scheduler used to run the resulting flux.