Package | Description |
---|---|
org.springframework.transaction.reactive |
Support classes for reactive transaction management.
|
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionContext.getParent() |
Modifier and Type | Method and Description |
---|---|
static reactor.core.publisher.Mono<TransactionContext> |
TransactionContextManager.currentContext()
Obtain the current
TransactionContext from the subscriber context or the
transactional context holder. |
Constructor and Description |
---|
TransactionSynchronizationManager(TransactionContext transactionContext) |