| Package | Description |
|---|---|
| io.seata.saga.statelang.domain | |
| io.seata.saga.statelang.domain.impl | |
| io.seata.saga.statelang.parser.impl |
| Modifier and Type | Method and Description |
|---|---|
List<TaskState.Retry> |
TaskState.getRetry()
retry strategy
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTaskState.RetryImpl |
| Modifier and Type | Method and Description |
|---|---|
List<TaskState.Retry> |
AbstractTaskState.getRetry() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTaskState.setRetry(List<TaskState.Retry> retry) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TaskState.Retry> |
AbstractTaskStateParser.parseRetry(List<Object> retryList) |
Copyright © 2023 Seata. All rights reserved.