Interface BinlogSourceInfoTest.HistoryRecordComparatorProvider

Enclosing class:
BinlogSourceInfoTest<S extends io.debezium.connector.binlog.BinlogSourceInfo,O extends io.debezium.connector.binlog.BinlogOffsetContext<S>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface BinlogSourceInfoTest.HistoryRecordComparatorProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    io.debezium.connector.binlog.history.BinlogHistoryRecordComparator
     
  • Method Details

    • getHistoryRecordComparator

      io.debezium.connector.binlog.history.BinlogHistoryRecordComparator getHistoryRecordComparator(Predicate<String> gtidFilter)