| Package | Description |
|---|---|
| io.r2dbc.postgresql |
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
|
| Class and Description |
|---|
| 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. |
| MultiHostConnectionStrategy.HostStatus
Connection status for a host.
|
| MultiHostConnectionStrategy.TargetServerType
Pre-defined enumeration providing
MultiHostConnectionStrategy.HostSelector implementations. |
| 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. |
Copyright © 2024. All rights reserved.