| Package | Description |
|---|---|
| io.seata.spring.annotation | |
| io.seata.tm.api.transaction |
| Modifier and Type | Method and Description |
|---|---|
Propagation |
AspectTransactional.getPropagation() |
| Modifier and Type | Method and Description |
|---|---|
void |
AspectTransactional.setPropagation(Propagation propagation) |
| Constructor and Description |
|---|
AspectTransactional(int timeoutMills,
String name,
Class<? extends Throwable>[] rollbackFor,
String[] rollbackForClassName,
Class<? extends Throwable>[] noRollbackFor,
String[] noRollbackForClassName,
Propagation propagation,
int lockRetryInterval,
int lockRetryTimes,
LockStrategyMode lockStrategyMode) |
| Modifier and Type | Method and Description |
|---|---|
Propagation |
TransactionInfo.getPropagation() |
static Propagation |
Propagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Propagation[] |
Propagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionInfo.setPropagation(Propagation propagation) |
Copyright © 2022 Seata. All rights reserved.