Interface LastRevTracker


  • public interface LastRevTracker
    An implementation of this interface receives callbacks about paths that need an update of the _lastRev field on documents.
    • Method Detail

      • track

        void track​(Path path)
        Called when a document needs an update of the _lastRev field.
        Parameters:
        path - the path of the document to update.