public interface SingleFlowListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterExecuteFlow(BusinessFlow flow,
FlowContext flowContext)
执行业务逻辑之后
|
void |
beforeExecuteFlow(BusinessFlow flow,
FlowContext flowContext)
执行业务逻辑之前
|
void beforeExecuteFlow(BusinessFlow flow, FlowContext flowContext) throws Exception
Exceptionvoid afterExecuteFlow(BusinessFlow flow, FlowContext flowContext) throws Exception
ExceptionCopyright © 2023. All rights reserved.