Class DataSourceReactiveMSSQLConfig


  • public class DataSourceReactiveMSSQLConfig
    extends Object
    • 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.
    • Constructor Detail

      • DataSourceReactiveMSSQLConfig

        public DataSourceReactiveMSSQLConfig()