public class NewInstanceObjectPool<T> extends Object implements ObjectPool
Constructor and Description |
---|
NewInstanceObjectPool(Supplier<T> supplier, Consumer<T> consumer) |
public PooledObject allocate()
allocate
in interface ObjectPool
Copyright © 2020 JBoss by Red Hat. All rights reserved.