| Package | Description |
|---|---|
| org.springframework.transaction.reactive |
Support classes for reactive transaction management.
|
| Class and Description |
|---|
| GenericReactiveTransaction
Default implementation of the
ReactiveTransaction interface,
used by AbstractReactiveTransactionManager. |
| TransactionalOperator
Operator class that simplifies programmatic transaction demarcation and
transaction exception handling.
|
| TransactionCallback
Callback interface for reactive transactional code.
|
| TransactionContext
Mutable transaction context that encapsulates transactional synchronizations and
resources in the scope of a single transaction.
|
| TransactionSynchronization
Interface for reactive transaction synchronization callbacks.
|
| TransactionSynchronizationManager
Central delegate that manages resources and transaction synchronizations per
subscriber context.
|