29303132333435
private Throttle txThrottle; public TransactionManager(TransactionConfig transactionConfig) { this.transactionConfig = transactionConfig; this.txThrottle = new Throttle(transactionConfig.getMaximumConcurrentTransactions()); }