GenericObjectPool.setConfig

Sets the base pool configuration.

@param conf the new configuration to use. This is used by value.

@see GenericObjectPoolConfig

  1. void setConfig(GenericObjectPoolConfig conf)
    class GenericObjectPool(T)
  2. alias setConfig = BaseGenericObjectPool.setConfig

Meta