Interface DataSourceReactivePostgreSQLConfig
-
public interface DataSourceReactivePostgreSQLConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptionalIntpipeliningLimit()The maximum number of inflight database commands that can be pipelined.Optional<io.vertx.pgclient.SslMode>sslMode()SSL operating mode of the client.
-
-
-
Method Detail
-
pipeliningLimit
OptionalInt pipeliningLimit()
The maximum number of inflight database commands that can be pipelined.
-
sslMode
@ConfigDocDefault("disable") Optional<io.vertx.pgclient.SslMode> sslMode()SSL operating mode of the client.
-
-