ConnectionProvider
and event-loop resources via
LoopResources
.See: Description
Interface | Description |
---|---|
ConnectionPoolMetrics | |
ConnectionProvider |
A
ConnectionProvider will produce Connection . |
ConnectionProvider.AllocationStrategy<A extends ConnectionProvider.AllocationStrategy<A>> | |
ConnectionProvider.ConnectionMetadata | |
ConnectionProvider.MeterRegistrar |
A strategy to register which metrics are collected in a particular connection pool.
|
LoopResources |
An
EventLoopGroup selector with associated
Channel factories. |
Class | Description |
---|---|
ConnectionProvider.Builder |
Build a
ConnectionProvider to cache and reuse a fixed maximum number of
Connection . |
ConnectionProvider.ConnectionPoolSpec<SPEC extends ConnectionProvider.ConnectionPoolSpec<SPEC>> |
Configuration for a connection pool.
|
ConnectionProvider.HostSpecificSpec |
Configuration for a connection pool per remote host.
|
PooledConnectionProvider<T extends Connection> |
Base
ConnectionProvider implementation. |
PooledConnectionProvider.PoolFactory<T extends Connection> |
ConnectionProvider
and event-loop resources via
LoopResources
.