Class DataSourceReactiveMySQLConfig
- java.lang.Object
-
- io.quarkus.reactive.mysql.client.runtime.DataSourceReactiveMySQLConfig
-
public class DataSourceReactiveMySQLConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Optional<Boolean>
cachePreparedStatements
Deprecated.usedatasource.reactive.cache-prepared-statements
instead.Optional<String>
charset
Charset for connections.Optional<String>
collation
Collation for connections.Optional<io.vertx.mysqlclient.SslMode>
sslMode
Desired security state of the connection to the server.
-
Constructor Summary
Constructors Constructor Description DataSourceReactiveMySQLConfig()
-
-
-
Field Detail
-
cachePreparedStatements
@ConfigItem @Deprecated public Optional<Boolean> cachePreparedStatements
Deprecated.usedatasource.reactive.cache-prepared-statements
instead.Whether prepared statements should be cached on the client side.
-
sslMode
@ConfigItem(defaultValueDocumentation="disabled") public Optional<io.vertx.mysqlclient.SslMode> sslMode
Desired security state of the connection to the server.
-
-