T
- The connection type.public interface ReactiveTransactionStatus<T> extends TransactionExecution
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE
Attribute that can be used to store this status within context propagation services.
|
static java.lang.String |
STATUS
Attribute that can be used to store the transaction status.
|
Modifier and Type | Method and Description |
---|---|
T |
getConnection() |
isCompleted, isNewTransaction, isRollbackOnly, setRollbackOnly
static final java.lang.String ATTRIBUTE
static final java.lang.String STATUS
@NonNull T getConnection()