Does the RetryingTransactionHelper executes asynchronously?
Hello,Have this question that maybe someone can help.When I do a:serviceRegistry.getRetryingTransactionHelper().doInTransaction((RetryingTransactionHelper.RetryingTransactionCallback<Void>) () ->{ //Actions return null;}, false, true); Does the...