Package org.infinispan.commons.tx
Interface AsyncSynchronization
- All Known Implementing Classes:
SynchronizationAdapter
public interface AsyncSynchronization
Non-blocking
Synchronization
.- Since:
- 14.0
-
Method Summary
-
Method Details
-
asyncBeforeCompletion
CompletionStage<Void> asyncBeforeCompletion()- Returns:
- A
CompletionStage
which is completed with the result ofSynchronization.beforeCompletion()
. - See Also:
-
Synchronization.beforeCompletion()
-
asyncAfterCompletion
- Returns:
- A
CompletionStage
which is completed with the result ofSynchronization.afterCompletion(int)
. - See Also:
-
Synchronization.afterCompletion(int)
-