Uses of Class
org.springframework.transaction.reactive.TransactionContext
Packages that use TransactionContext
Package
Description
Support classes for reactive transaction management.
-
Uses of TransactionContext in org.springframework.transaction.reactive
Methods in org.springframework.transaction.reactive that return TransactionContextMethods in org.springframework.transaction.reactive that return types with arguments of type TransactionContextModifier and TypeMethodDescriptionstatic reactor.core.publisher.Mono<TransactionContext>
TransactionContextManager.currentContext()
Obtain the currentTransactionContext
from the subscriber context or the transactional context holder.Constructors in org.springframework.transaction.reactive with parameters of type TransactionContextModifierConstructorDescriptionTransactionSynchronizationManager
(TransactionContext transactionContext)