Interface NewCommentDeduplicator

    • Method Detail

      • getDuplicateComment

        default Optional<Comment> getDuplicateComment​(Iterable<Comment> existingComments)
        Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.
        Since:
        7.0.1
      • newCommentSaved

        void newCommentSaved​(Comment newComment)
        Called when a new comment has been saved