Uses of Interface
org.springframework.transaction.reactive.TransactionSynchronization
Package
Description
Support classes for reactive transaction management.
-
Uses of TransactionSynchronization in org.springframework.transaction.reactive
Modifier and TypeClassDescriptionclass
TransactionSynchronization
implementation that manages a resource object bound throughTransactionSynchronizationManager
.Modifier and TypeMethodDescriptionTransactionContext.getSynchronizations()
TransactionSynchronizationManager.getSynchronizations()
Return an unmodifiable snapshot list of all registered synchronizations for the current context.Modifier and TypeMethodDescriptionvoid
TransactionSynchronizationManager.registerSynchronization
(TransactionSynchronization synchronization) Register a new transaction synchronization for the current context.Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>
AbstractReactiveTransactionManager.registerAfterCompletionWithExistingTransaction
(TransactionSynchronizationManager synchronizationManager, Object transaction, List<TransactionSynchronization> synchronizations) Register the given list of transaction synchronizations with the existing transaction.void
TransactionContext.setSynchronizations
(Set<TransactionSynchronization> synchronizations)