Interface HaltingPredicate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accepts​(org.apache.kafka.connect.source.SourceRecord record)
      Whether this record should be processed by the calling reader or not.
    • Method Detail

      • accepts

        boolean accepts​(org.apache.kafka.connect.source.SourceRecord record)
        Whether this record should be processed by the calling reader or not.