Package io.debezium.pipeline.txmetadata
Interface TransactionInfo
- All Known Implementing Classes:
DefaultTransactionInfo
public interface TransactionInfo
An interface for containing all metadata needed to for
TransactionContext to
process the transaction. At least needs to provide transaction ID, can add additional
transaction metadata for tracking with a connector-specific subclass of TransactionContext.-
Method Summary
Modifier and TypeMethodDescriptionReturn the string representation of the transaction ID.
-
Method Details
-
getTransactionId
String getTransactionId()Return the string representation of the transaction ID.- Returns:
- String of transaction ID
-