Package com.mongodb
Interface DBCallbackFactory
- 
@Deprecated(since="2021-05-27") public interface DBCallbackFactoryDeprecated.Usage of this API is not supported in AEM as a Cloud Service.Factory for creating concrete implementations of DBCallback. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DBCallbackcreate(DBCollection collection)Deprecated.Creates a DBCallback for the given collection. 
 - 
 
- 
- 
Method Detail
- 
create
DBCallback create(DBCollection collection)
Deprecated.Creates a DBCallback for the given collection.- Parameters:
 collection- a DBCollection for the DBCallback- Returns:
 - a new DBCallback that operates on the collection.
 
 
 - 
 
 -