@FunctionalInterface public interface ConnectionStrategy
Client object.
Typically, connection strategies use a ConnectionFunction and are configured with a connection endpoint to establish a client connection to the target server as the connect()
method does not take any parameters.
ConnectionFunction| Modifier and Type | Method and Description |
|---|---|
Mono<io.r2dbc.postgresql.client.Client> |
connect()
Establish a connection to a target server that is determined by this connection strategy.
|
Mono<io.r2dbc.postgresql.client.Client> connect()
Copyright © 2024. All rights reserved.