Uses of Interface
io.debezium.function.BlockingConsumer
Packages that use BlockingConsumer
Package
Description
-
Uses of BlockingConsumer in io.debezium.function
Subinterfaces of BlockingConsumer in io.debezium.functionModifier and TypeInterfaceDescriptioninterfaceABlockingConsumerthat 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 BlockingConsumerModifier and TypeMethodDescriptionstatic <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 BlockingConsumerModifier and TypeMethodDescriptionvoidDatabaseHeartbeatImpl.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.notification
Constructors in io.debezium.pipeline.notification with parameters of type BlockingConsumerModifierConstructorDescriptionNotificationService(List<NotificationChannel> notificationChannels, CommonConnectorConfig config, SchemaFactory schemaFactory, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) -
Uses of BlockingConsumer in io.debezium.pipeline.notification.channels
Fields in io.debezium.pipeline.notification.channels declared as BlockingConsumerModifier and TypeFieldDescriptionprivate BlockingConsumer<org.apache.kafka.connect.source.SourceRecord>SinkNotificationChannel.consumerMethods in io.debezium.pipeline.notification.channels with parameters of type BlockingConsumerModifier and TypeMethodDescriptionvoidConnectChannel.initConnectChannel(SchemaFactory schemaFactory, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) voidSinkNotificationChannel.initConnectChannel(SchemaFactory schemaFactory, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) -
Uses of BlockingConsumer in io.debezium.pipeline.txmetadata
Fields in io.debezium.pipeline.txmetadata declared as BlockingConsumerModifier and TypeFieldDescriptionprivate final BlockingConsumer<org.apache.kafka.connect.source.SourceRecord>TransactionMonitor.senderConstructors in io.debezium.pipeline.txmetadata with parameters of type BlockingConsumerModifierConstructorDescriptionTransactionMonitor(CommonConnectorConfig connectorConfig, EventMetadataProvider eventMetadataProvider, SchemaNameAdjuster schemaNameAdjuster, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> sender, String topicName)