public class FlowContext<R> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
flowEnd
flow end :flow本身执行完毕 返回之前更新为true
|
protected Response<R> |
flowErrorRes |
protected Response<R> |
flowRes |
protected boolean |
interrupted
本次任务是否结束:中断流程
|
protected boolean |
log
是否需要打印入参出参
|
| 构造器和说明 |
|---|
FlowContext() |
Copyright © 2023. All rights reserved.