PostgresDestinationConfig constructor

PostgresDestinationConfig({
  1. int? maxConcurrentConnections,
  2. String? transactionTimeout,
})

Implementation

PostgresDestinationConfig({
  this.maxConcurrentConnections,
  this.transactionTimeout,
});