Class AbstractReader.AcceptAllPredicate

    • Constructor Detail

      • AcceptAllPredicate

        public AcceptAllPredicate()
    • Method Detail

      • 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