public interface SingleFlowListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterExecuteFlow(BusinessFlow flow,
FlowContext flowContext)
执行业务逻辑之后
|
void |
beforeExecuteFlow(BusinessFlow flow,
FlowContext flowContext)
执行业务逻辑之前
|
String |
name()
事件处理器名称
|
void beforeExecuteFlow(BusinessFlow flow, FlowContext flowContext) throws Exception
Exceptionvoid afterExecuteFlow(BusinessFlow flow, FlowContext flowContext) throws Exception
ExceptionString name()
Copyright © 2024. All rights reserved.