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