JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Reactor Pool
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Methods
Deprecated Constructors
Deprecated Methods
Method and Description
reactor.pool.PoolBuilder.fifo()
use
PoolBuilder.buildPool()
instead, to be removed in 0.3.x
reactor.pool.PoolBuilder.lifo()
use
PoolBuilder.buildPool()
instead, the FIFO vs LIFO is to be removed in 0.3.x
Deprecated Constructors
Constructor and Description
reactor.pool.DefaultPoolConfig(Mono<POOLABLE>, AllocationStrategy, int, Function<POOLABLE, ? extends Publisher<Void>>, Function<POOLABLE, ? extends Publisher<Void>>, BiPredicate<POOLABLE, PooledRefMetadata>, Duration, Scheduler, Scheduler, PoolMetricsRecorder, Clock, boolean)
use the
other constructor
with explicit setting of background eviction, to be removed in 1.0.0 at the earliest
reactor.pool.DefaultPoolConfig(Mono<POOLABLE>, AllocationStrategy, int, Function<POOLABLE, ? extends Publisher<Void>>, Function<POOLABLE, ? extends Publisher<Void>>, BiPredicate<POOLABLE, PooledRefMetadata>, Scheduler, PoolMetricsRecorder, Clock)
use the
other constructor
with explicit setting of
isIdleLru
and background eviction, to be removed in 0.3.x
reactor.pool.DefaultPoolConfig(Mono<POOLABLE>, AllocationStrategy, int, Function<POOLABLE, ? extends Publisher<Void>>, Function<POOLABLE, ? extends Publisher<Void>>, BiPredicate<POOLABLE, PooledRefMetadata>, Scheduler, PoolMetricsRecorder, Clock, boolean)
use the
other constructor
with explicit setting of background eviction, to be removed in 0.3.x
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Reactor Pool
Prev
Next
Frames
No Frames
All Classes