Uses of Class
io.debezium.connector.postgresql.ChangeEvent
Packages that use ChangeEvent
-
Uses of ChangeEvent in io.debezium.connector.postgresql
Method parameters in io.debezium.connector.postgresql with type arguments of type ChangeEventModifier and TypeMethodDescriptionprotected abstract voidRecordsProducer.start(BlockingConsumer<ChangeEvent> recordsConsumer, Consumer<Throwable> failureConsumer) Starts up this producer.