Package com.mongodb.internal.connection
Interface ConcurrentPool.ItemFactory<T>
- 
- Type Parameters:
 T-
- Enclosing class:
 - ConcurrentPool<T>
 
@Deprecated(since="2021-05-27") public static interface ConcurrentPool.ItemFactory<T>Deprecated.Usage of this API is not supported in AEM as a Cloud Service.Factory for creating and closing pooled items. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidclose(T t)Deprecated.Tcreate(boolean initialize)Deprecated.ConcurrentPool.PruneshouldPrune(T t)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
create
T create(boolean initialize)
Deprecated. 
- 
close
void close(T t)
Deprecated. 
- 
shouldPrune
ConcurrentPool.Prune shouldPrune(T t)
Deprecated. 
 - 
 
 -