@FunctionalInterface public interface HaltingPredicate
Reader implementations in order to determine whether they should continue with
processing records or not.| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(org.apache.kafka.connect.source.SourceRecord record)
Whether this record should be processed by the calling reader or not.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.