| 限定符和类型 | 类和说明 |
|---|---|
class |
StateInstruction
State Instruction
|
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction |
StateMachineProcessRouter.route(ProcessContext context) |
Instruction |
StateRouter.route(ProcessContext context,
State state) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StateRouterInterceptor.postRoute(ProcessContext context,
State state,
Instruction instruction,
Exception e)
post route
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
EndStateRouterInterceptor.postRoute(ProcessContext context,
State state,
Instruction instruction,
Exception e) |
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction |
TaskStateRouter.route(ProcessContext context,
State state) |
Instruction |
EndStateRouter.route(ProcessContext context,
State state) |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessContextBuilder |
ProcessContextBuilder.withInstruction(Instruction instruction) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Instruction> |
ProcessContext.getInstruction(Class<T> clazz)
Gets get instruction.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction |
ProcessContext.getInstruction()
Gets get instruction.
|
Instruction |
ProcessRouter.route(ProcessContext context)
route
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ProcessContext.setInstruction(Instruction instruction)
Sets set instruction.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Instruction> |
ProcessContextImpl.getInstruction(Class<T> clazz) |
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction |
ProcessContextImpl.getInstruction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ProcessContextImpl.setInstruction(Instruction instruction) |
Copyright © 2019 Seata. All rights reserved.