| Package | Description |
|---|---|
| io.seata.saga.statelang.domain | |
| io.seata.saga.statelang.domain.impl |
| Modifier and Type | Method and Description |
|---|---|
StateMachine.Status |
StateMachine.getStatus()
statue (Active|Inactive)
|
static StateMachine.Status |
StateMachine.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachine.Status[] |
StateMachine.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachine.Status |
StateMachineImpl.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineImpl.setStatus(StateMachine.Status status) |
Copyright © 2023 Seata. All rights reserved.