Interface DataSourceReactiveMSSQLConfig
public interface DataSourceReactiveMSSQLConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe desired size (in bytes) for TDS packets.booleanssl()Whether SSL/TLS is enabled.
-
Method Details
-
packetSize
OptionalInt packetSize()The desired size (in bytes) for TDS packets. -
ssl
@WithDefault("false") boolean ssl()Whether SSL/TLS is enabled.
-