Package com.mongodb

Interface DBCallbackFactory


  • @Deprecated(since="2021-05-27")
    public interface DBCallbackFactory
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    Factory for creating concrete implementations of DBCallback.
    • 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.