Uses of Interface
com.github.robtimus.pool.PoolableObjectFactory
-
-
Uses of PoolableObjectFactory in com.github.robtimus.pool
Constructors in com.github.robtimus.pool with parameters of type PoolableObjectFactory Constructor Description Pool(PoolConfig config, PoolableObjectFactory<T,X> factory, PoolLogger logger)
Creates a new pool.
-