public interface State
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment()
comment
|
Map<String,Object> |
getExtensions()
extension properties
|
String |
getName()
name
|
String |
getNext()
next state name
|
StateMachine |
getStateMachine()
state machine instance
|
String |
getType()
type
|
String getName()
String getComment()
String getType()
String getNext()
StateMachine getStateMachine()
Copyright © 2022 Seata. All rights reserved.