Does the RetryingTransactionHelper executes asynchronously?

cancel
Showing results for 
Search instead for 
Did you mean: 
franciscoduarte
Member II

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 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