Transaction.Result
class Transaction.Result
Instances of this class represent the desired outcome of a single run of a Handler
's doTransaction method. The options are:
- Set the data to the new value (success)
- abort the transaction
success
or abort
.