See: Description
Interface | Description |
---|---|
TransactionalOperator |
Operator class that simplifies programmatic transaction demarcation and
transaction exception handling.
|
TransactionCallback<T> |
Callback interface for reactive transactional code.
|
TransactionSynchronization |
Interface for reactive transaction synchronization callbacks.
|
Class | Description |
---|---|
AbstractReactiveTransactionManager |
Abstract base class that implements Spring's standard reactive transaction workflow,
serving as basis for concrete platform transaction managers.
|
AbstractReactiveTransactionManager.SuspendedResourcesHolder |
Holder for suspended resources.
|
GenericReactiveTransaction |
Default implementation of the
ReactiveTransaction interface,
used by AbstractReactiveTransactionManager . |
ReactiveResourceSynchronization<O,K> |
TransactionSynchronization implementation that manages a
resource object bound through TransactionSynchronizationManager . |
TransactionContext |
Mutable transaction context that encapsulates transactional synchronizations and
resources in the scope of a single transaction.
|
TransactionContextManager |
Delegate to register and obtain transactional contexts.
|
TransactionSynchronizationManager |
Central delegate that manages resources and transaction synchronizations per
subscriber context.
|