Package org.springframework.transaction
Interface ReactiveTransaction
- All Superinterfaces:
- TransactionExecution
- All Known Implementing Classes:
- GenericReactiveTransaction
Representation of an ongoing 
ReactiveTransactionManager transaction.
 This is currently a marker interface extending TransactionExecution
 but may acquire further methods in a future revision.
 Transactional code can use this to retrieve status information, and to programmatically request a rollback (instead of throwing an exception that causes an implicit rollback).
- Since:
- 5.2
- Author:
- Mark Paluch, Juergen Hoeller
- See Also:
- 
Method SummaryMethods inherited from interface org.springframework.transaction.TransactionExecutionisCompleted, isNewTransaction, isRollbackOnly, setRollbackOnly