Rollback Context
Context provided to rollback actions, containing both the successful result of the action and the error that triggered the rollback.
Parameters
action Result
The result of the action that succeeded before the transaction failed
error
The throwable that caused the transaction to fail
Type Parameters
T
The type of the action result