| Package | Description | 
|---|---|
| org.springframework.transaction.interceptor | AOP-based solution for declarative transaction demarcation. | 
| org.springframework.transaction.reactive | Support classes for reactive transaction management. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static TransactionAspectSupport.TransactionInfo | TransactionAspectSupport. currentTransactionInfo()Subclasses can use this to return the current TransactionInfo. | 
| static TransactionStatus | TransactionAspectSupport. currentTransactionStatus()Return the transaction status of the current method invocation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static reactor.core.publisher.Mono<TransactionContext> | TransactionContextManager. currentContext()Obtain the current  TransactionContextfrom the subscriber context or the
 transactional context holder. |