Interface DataSourceReactiveMSSQLConfig


public interface DataSourceReactiveMSSQLConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The desired size (in bytes) for TDS packets.
    boolean
    ssl()
    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.