Interface DataSourceReactiveMSSQLConfig
-
public interface DataSourceReactiveMSSQLConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptionalIntpacketSize()The desired size (in bytes) for TDS packets.booleanssl()Whether SSL/TLS is enabled.
-
-
-
Method Detail
-
packetSize
OptionalInt packetSize()
The desired size (in bytes) for TDS packets.
-
ssl
@WithDefault("false") boolean ssl()Whether SSL/TLS is enabled.
-
-