Uses of Interface
io.debezium.function.BlockingConsumer
-
Packages that use BlockingConsumer Package Description io.debezium.function io.debezium.heartbeat io.debezium.pipeline.txmetadata -
-
Uses of BlockingConsumer in io.debezium.function
Subinterfaces of BlockingConsumer in io.debezium.function Modifier and Type Interface Description interfaceBufferedBlockingConsumer<T>ABlockingConsumerthat retains a maximum number of values in a buffer before sending them to a delegate consumer.Methods in io.debezium.function with parameters of type BlockingConsumer Modifier and Type Method Description static <T> BufferedBlockingConsumer<T>BufferedBlockingConsumer. bufferLast(BlockingConsumer<T> delegate)Get aBufferedBlockingConsumerthat buffers just the last value seen by the consumer. -
Uses of BlockingConsumer in io.debezium.heartbeat
Methods in io.debezium.heartbeat with parameters of type BlockingConsumer Modifier and Type Method Description voidDatabaseHeartbeatImpl. forcedBeat(Map<String,?> partition, Map<String,?> offset, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)voidHeartbeat. forcedBeat(Map<String,?> partition, Map<String,?> offset, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)Generates a heartbeat record unconditionalyvoidHeartbeatImpl. forcedBeat(Map<String,?> partition, Map<String,?> offset, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)voidHeartbeat. heartbeat(Map<String,?> partition, Heartbeat.OffsetProducer offsetProducer, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)Generates a heartbeat record if defined time has elapsedvoidHeartbeat. heartbeat(Map<String,?> partition, Map<String,?> offset, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)Generates a heartbeat record if defined time has elapsedvoidHeartbeatImpl. heartbeat(Map<String,?> partition, Heartbeat.OffsetProducer offsetProducer, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)voidHeartbeatImpl. heartbeat(Map<String,?> partition, Map<String,?> offset, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) -
Uses of BlockingConsumer in io.debezium.pipeline.txmetadata
Fields in io.debezium.pipeline.txmetadata declared as BlockingConsumer Modifier and Type Field Description private BlockingConsumer<org.apache.kafka.connect.source.SourceRecord>TransactionMonitor. senderConstructors in io.debezium.pipeline.txmetadata with parameters of type BlockingConsumer Constructor Description TransactionMonitor(CommonConnectorConfig connectorConfig, EventMetadataProvider eventMetadataProvider, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> sender)
-