Interface C4ReplicationFilter

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface C4ReplicationFilter
    • Method Detail

      • validationFunction

        boolean validationFunction​(@Nullable
                                   String docID,
                                   @Nullable
                                   String revID,
                                   int flags,
                                   long dict,
                                   boolean isPush,
                                   @NonNull
                                   AbstractReplicator repl)