Uses of Class
io.r2dbc.postgresql.PostgresqlConnectionConfiguration
Packages that use PostgresqlConnectionConfiguration
Package
Description
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
-
Uses of PostgresqlConnectionConfiguration in io.r2dbc.postgresql
Methods in io.r2dbc.postgresql that return PostgresqlConnectionConfigurationModifier and TypeMethodDescriptionPostgresqlConnectionConfiguration.Builder.build()Returns a configuredPostgresqlConnectionConfiguration.Constructors in io.r2dbc.postgresql with parameters of type PostgresqlConnectionConfigurationModifierConstructorDescriptionPostgresqlConnectionFactory(PostgresqlConnectionConfiguration configuration) Create a new connection factory.