See: Description
| Interface | Description |
|---|---|
| ConnectionFunction |
Interface defining a function how to connect to a single
endpoint applying ConnectionSettings. |
| ConnectionStrategy |
Interface defining a connection strategy on how to obtain a Postgres
Client object. |
| MultiHostConnectionStrategy.HostSelector |
Interface specifying a predicate whether to accept a given host based on its
SocketAddress and MultiHostConnectionStrategy.HostStatus. |
| Class | Description |
|---|---|
| MultiHostConnectionStrategy |
ConnectionStrategy using a collection of |
| PostgresqlConnectionConfiguration |
Connection configuration information for connecting to a PostgreSQL database.
|
| PostgresqlConnectionConfiguration.Builder |
A builder for
PostgresqlConnectionConfiguration instances. |
| PostgresqlConnectionFactory |
An implementation of
ConnectionFactory for creating connections to a PostgreSQL database. |
| PostgresqlConnectionFactoryProvider |
An implementation of
ConnectionFactoryProvider for creating PostgresqlConnectionFactorys. |
| Enum | Description |
|---|---|
| MultiHostConnectionStrategy.HostStatus |
Connection status for a host.
|
| MultiHostConnectionStrategy.TargetServerType |
Pre-defined enumeration providing
MultiHostConnectionStrategy.HostSelector implementations. |
Copyright © 2023. All rights reserved.