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.MonoProcessor.getAsLong()
Should not use (to be removed in 3.2)
|