Class and Description |
---|
reactor.core.publisher.TopicProcessor
Has been moved to io.projectreactor.addons:reactor-extra:3.3.0+
|
reactor.util.concurrent.WaitStrategy
Has been moved to io.projectreactor.addons:reactor-extra:3.3.0+
|
reactor.core.publisher.WorkQueueProcessor
Has been moved to io.projectreactor.addons:reactor-extra:3.3.0+
|
Method and Description |
---|
reactor.core.scheduler.Schedulers.Factory.decorateExecutorService(String, Supplier<? extends ScheduledExecutorService>)
use
Schedulers.addExecutorServiceDecorator(String, BiFunction) and
Schedulers.removeExecutorServiceDecorator(String) instead, to compose
multiple decorators in addition to the one from the current
Factory |
reactor.core.publisher.Flux.onLastAssembly(Flux<T>) |
reactor.core.publisher.Mono.onLastAssembly(Mono<T>) |
reactor.core.publisher.ParallelFlux.onLastAssembly(ParallelFlux<T>) |