Class AbstractReader.AcceptAllPredicate

java.lang.Object
io.debezium.connector.mysql.legacy.AbstractReader.AcceptAllPredicate
All Implemented Interfaces:
HaltingPredicate
Enclosing class:
AbstractReader

public static class AbstractReader.AcceptAllPredicate extends Object implements HaltingPredicate
A predicate that returns true for all sourceRecords
  • Constructor Details

    • AcceptAllPredicate

      public AcceptAllPredicate()
  • Method Details

    • accepts

      public boolean accepts(org.apache.kafka.connect.source.SourceRecord sourceRecord)
      Description copied from interface: HaltingPredicate
      Whether this record should be processed by the calling reader or not.
      Specified by:
      accepts in interface HaltingPredicate