Does the RetryingTransactionHelper executes asynchronously?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Labels:
- Labels:
-
Alfresco Content Services
0 REPLIES 0
