10-25-2022 06:33 AM
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 RetryingTransactionHelper execute this actions asynchronously?
I'm trying to understand this because every time I see something about asynchronous actions, somehow, the RetryingTransactionHelper always shows up.
Best regards,
Francisco Duarte
Explore our Alfresco products with the links below. Use labels to filter content by product module.