Uses of Class
io.debezium.pipeline.txmetadata.TransactionStatus
-
Packages that use TransactionStatus Package Description io.debezium.pipeline.txmetadata -
-
Uses of TransactionStatus in io.debezium.pipeline.txmetadata
Methods in io.debezium.pipeline.txmetadata that return TransactionStatus Modifier and Type Method Description static TransactionStatusTransactionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionStatus[]TransactionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-