Uses of Package
io.debezium.pipeline.txmetadata
Packages that use io.debezium.pipeline.txmetadata
Package
Description
-
Classes in io.debezium.pipeline.txmetadata used by io.debezium.pipelineClassDescriptionAn interface for containing all metadata needed to for
TransactionContextto process the transaction.The class has externalized its state inTransactionContextcontext class so it can be stored in and recovered from offsets. -
Classes in io.debezium.pipeline.txmetadata used by io.debezium.pipeline.notification.channelsClassDescriptionThe context holds internal state necessary for book-keeping of events in active transaction.
-
Classes in io.debezium.pipeline.txmetadata used by io.debezium.pipeline.source.spiClassDescriptionAn interface for containing all metadata needed to for
TransactionContextto process the transaction. -
Classes in io.debezium.pipeline.txmetadata used by io.debezium.pipeline.spiClassDescriptionThe context holds internal state necessary for book-keeping of events in active transaction.
-
Classes in io.debezium.pipeline.txmetadata used by io.debezium.pipeline.txmetadataClassDescriptionThe context holds internal state necessary for book-keeping of events in active transaction.An interface for containing all metadata needed to for
TransactionContextto process the transaction.Describes the transition of transaction from start to end.Interface to define how to make transaction structs, both when adding them to data change events and when creating separate transaction metadata events (e.g., for begin/end) -
Classes in io.debezium.pipeline.txmetadata used by io.debezium.pipeline.txmetadata.spiClassDescriptionThe context holds internal state necessary for book-keeping of events in active transaction.Interface to define how to make transaction structs, both when adding them to data change events and when creating separate transaction metadata events (e.g., for begin/end)