| 程序包 | 说明 |
|---|---|
| io.seata.saga.statelang.domain.impl | |
| io.seata.saga.statelang.parser.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractTaskState
The state of the execution task (abstract class), the specific task to be executed is determined by the subclass
|
class |
ChoiceStateImpl
Single selection status
|
class |
CompensateSubStateMachineStateImpl
Used to compensate the state of the sub state machine, inherited from ServiceTaskState
|
class |
CompensationTriggerStateImpl
Triggering the "compensation" process for the state machine
|
class |
FailEndStateImpl
FailEndState
|
class |
ServiceTaskStateImpl
A state used to invoke a service
|
class |
SubStateMachineImpl
sub state machine
|
class |
SucceedEndStateImpl
SucceedEndState
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
BaseStatePaser.parseBaseAttributes(BaseState state,
Object node) |
Copyright © 2019 Seata. All rights reserved.