Class DataSourceReactivePostgreSQLConfig


  • public class DataSourceReactivePostgreSQLConfig
    extends Object
    • Field Detail

      • cachePreparedStatements

        @ConfigItem
        @Deprecated
        public Optional<Boolean> cachePreparedStatements
        Deprecated.
        use datasource.reactive.cache-prepared-statements instead.
        Whether prepared statements should be cached on the client side.
      • pipeliningLimit

        @ConfigItem
        public OptionalInt pipeliningLimit
        The maximum number of inflight database commands that can be pipelined.
    • Constructor Detail

      • DataSourceReactivePostgreSQLConfig

        public DataSourceReactivePostgreSQLConfig()