| Package | Description |
|---|---|
| io.seata.saga.statelang.domain | |
| io.seata.saga.statelang.domain.impl |
| Modifier and Type | Method and Description |
|---|---|
RecoverStrategy |
StateMachine.getRecoverStrategy()
Deprecated.
recover strategy: prefer compensation or forward when error occurred
|
static RecoverStrategy |
RecoverStrategy.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RecoverStrategy[] |
RecoverStrategy.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static RecoverStrategy |
RecoverStrategy.wrap(RecoverStrategy target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.setRecoverStrategy(RecoverStrategy recoverStrategy)
Deprecated.
set RecoverStrategy
|
| Modifier and Type | Method and Description |
|---|---|
RecoverStrategy |
StateMachineImpl.getRecoverStrategy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineImpl.setRecoverStrategy(RecoverStrategy recoverStrategy)
Deprecated.
|
Copyright © 2025 Apache. All rights reserved.