Uses of Interface
org.infinispan.commons.tx.AsyncSynchronization
Packages that use AsyncSynchronization
Package
Description
-
Uses of AsyncSynchronization in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return AsyncSynchronizationModifier and TypeMethodDescriptionInvocationHelper.convertSynchronization
(jakarta.transaction.Synchronization synchronization) -
Uses of AsyncSynchronization in org.infinispan.commons.tx
Methods in org.infinispan.commons.tx that return AsyncSynchronizationModifier and TypeMethodDescriptionDefaultResourceConverter.convertSynchronization
(jakarta.transaction.Synchronization synchronization) TransactionResourceConverter.convertSynchronization
(jakarta.transaction.Synchronization synchronization) -
Uses of AsyncSynchronization in org.infinispan.transaction.synchronization
Classes in org.infinispan.transaction.synchronization that implement AsyncSynchronizationModifier and TypeClassDescriptionclass
Synchronization
implementation for integrating with the TM.