Interface RetryingTransactionHelper.RetryingTransactionCallback<Result>

    • Method Detail

      • execute

        Result execute()
                throws Throwable
        Perform a unit of transactional work.
        Returns:
        Return the result of the unit of work
        Throws:
        Throwable - This can be anything and will guarantee either a retry or a rollback