com.github.manosbatsis.corda.rpc.poolboy.config / GenericKeyedObjectPoolConfigData / <init>
<init>¶
GenericKeyedObjectPoolConfigData(minIdlePerKey: Int = GenericKeyedObjectPoolConfig.DEFAULT_MIN_IDLE_PER_KEY, maxIdlePerKey: Int = GenericKeyedObjectPoolConfig.DEFAULT_MAX_IDLE_PER_KEY, maxTotalPerKey: Int = GenericKeyedObjectPoolConfig.DEFAULT_MAX_TOTAL_PER_KEY, maxTotal: Int = GenericKeyedObjectPoolConfig.DEFAULT_MAX_TOTAL)
Data class version of GenericKeyedObjectPoolConfig