Class DataSourceReactiveMSSQLConfig
- java.lang.Object
-
- io.quarkus.reactive.mssql.client.runtime.DataSourceReactiveMSSQLConfig
-
public class DataSourceReactiveMSSQLConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description OptionalIntpacketSizeThe desired size (in bytes) for TDS packets.booleansslWhether SSL/TLS is enabled.
-
Constructor Summary
Constructors Constructor Description DataSourceReactiveMSSQLConfig()
-
-
-
Field Detail
-
packetSize
@ConfigItem public OptionalInt packetSize
The desired size (in bytes) for TDS packets.
-
ssl
@ConfigItem(defaultValue="false") public boolean ssl
Whether SSL/TLS is enabled.
-
-