Uses of Enum Class
com.github.sttk.sabi.TxnFailureRecovery
-
Uses of TxnFailureRecovery in com.github.sttk.sabi
Subclasses with type arguments of type TxnFailureRecovery in com.github.sttk.sabiModifier and TypeClassDescriptionenumDefines recommended recovery actions to handle transaction failures.Methods in com.github.sttk.sabi that return TxnFailureRecoveryModifier and TypeMethodDescriptionTxnFailureReport.recoveryForCommit()Determines the recommended recovery strategy if the intent is to re-attempt and complete the transaction commit.TxnFailureReport.recoveryForRollback()Determines the recommended recovery strategy if the intent is to cancel and roll back the transaction.static TxnFailureRecoveryReturns the enum constant of this class with the specified name.static TxnFailureRecovery[]TxnFailureRecovery.values()Returns an array containing the constants of this enum class, in the order they are declared.