Class AbstractReader.AcceptAllPredicate
java.lang.Object
io.debezium.connector.mysql.legacy.AbstractReader.AcceptAllPredicate
- All Implemented Interfaces:
HaltingPredicate
- Enclosing class:
- AbstractReader
A predicate that returns true for all sourceRecords
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepts(org.apache.kafka.connect.source.SourceRecord sourceRecord) Whether this record should be processed by the calling reader or not.
-
Constructor Details
-
AcceptAllPredicate
public AcceptAllPredicate()
-
-
Method Details
-
accepts
public boolean accepts(org.apache.kafka.connect.source.SourceRecord sourceRecord) Description copied from interface:HaltingPredicateWhether this record should be processed by the calling reader or not.- Specified by:
acceptsin interfaceHaltingPredicate
-