Package reactor.netty.resources
@NullMarked
package reactor.netty.resources
Contracts for managing connections via
ConnectionProvider
and event-loop resources via
LoopResources
.-
ClassDescriptionA
ConnectionProvider
will produceConnection
.Build aConnectionProvider
to cache and reuse a fixed maximum number ofConnection
.ConnectionProvider.ConnectionPoolSpec<SPEC extends ConnectionProvider.ConnectionPoolSpec<SPEC>>Configuration for a connection pool.Configuration for a connection pool per remote host.A strategy to register which metrics are collected in a particular connection pool.AnEventLoopGroup
selector with associatedChannel
factories.PooledConnectionProvider<T extends Connection>BaseConnectionProvider
implementation.PooledConnectionProvider.PoolFactory<T extends Connection>