| Interface | Description |
|---|---|
| ConnectionListener<C> |
The listener definest the contract used by the
ConnectionProvider to interact with the
connection pool. |
| ConnectionProvider<C> |
Provides how the connection manager interacts its connections.
|
| Class | Description |
|---|---|
| ConnectResult<C> | |
| Pool<C> |
The pool is a state machine that maintains a queue of waiters and a list of available connections.
|
Copyright © 2020. All rights reserved.