Uses of Class
io.debezium.pipeline.txmetadata.TransactionContext
-
Packages that use TransactionContext Package Description io.debezium.pipeline.spi io.debezium.pipeline.txmetadata -
-
Uses of TransactionContext in io.debezium.pipeline.spi
Methods in io.debezium.pipeline.spi that return TransactionContext Modifier and Type Method Description TransactionContextOffsetContext. getTransactionContext()Provide a context used byTransactionMonitorso persist its internal state into offsets to survive between restarts. -
Uses of TransactionContext in io.debezium.pipeline.txmetadata
Methods in io.debezium.pipeline.txmetadata that return TransactionContext Modifier and Type Method Description static TransactionContextTransactionContext. load(Map<String,?> offsets)
-