Interface ReactiveTransactionStatus<T>
- Type Parameters:
T
- The connection type.
- All Superinterfaces:
TransactionExecution
Status object for reactive transactions.
- Since:
- 2.2.0
- Author:
- graemerocher
-
Field Summary
Fields -
Method Summary
Methods inherited from interface io.micronaut.transaction.TransactionExecution
isCompleted, isNewTransaction, isRollbackOnly, setRollbackOnly
-
Field Details
-
ATTRIBUTE
Deprecated.The key cannot be constant in multi-tx environments. Replaced withReactorReactiveTransactionOperations.getTransactionStatus(reactor.util.context.ContextView)
.Attribute that can be used to store this status within context propagation services.- See Also:
-
STATUS
Deprecated.The key cannot be constant in multi-tx environments. Replaced withReactorReactiveTransactionOperations.getTransactionDefinition(reactor.util.context.ContextView)
.Attribute that can be used to store the transaction status.- See Also:
-
-
Method Details
-
getConnection
- Returns:
- The current connection.
-