| Package | Description |
|---|---|
| io.r2dbc.postgresql |
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
|
| Modifier and Type | Field and Description |
|---|---|
static io.r2dbc.spi.Option<MultiHostConnectionStrategy.TargetServerType> |
PostgresqlConnectionFactoryProvider.TARGET_SERVER_TYPE
Target server type.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiHostConnectionStrategy.TargetServerType |
MultiHostConnectionStrategy.TargetServerType.fromValue(String value) |
static MultiHostConnectionStrategy.TargetServerType |
MultiHostConnectionStrategy.TargetServerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiHostConnectionStrategy.TargetServerType[] |
MultiHostConnectionStrategy.TargetServerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<io.r2dbc.postgresql.client.Client> |
MultiHostConnectionStrategy.connect(MultiHostConnectionStrategy.TargetServerType targetServerType) |
PostgresqlConnectionConfiguration.Builder |
PostgresqlConnectionConfiguration.Builder.targetServerType(MultiHostConnectionStrategy.TargetServerType targetServerType)
Allows opening connections to only servers with required state.
|
Copyright © 2024. All rights reserved.