| Package | Description |
|---|---|
| io.seata.tm.api.transaction |
| 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 © 2023 Seata. All rights reserved.