public class NodeComponentOfMethod
extends com.yomahub.liteflow.core.NodeComponent
| 构造器和说明 |
|---|
NodeComponentOfMethod(org.noear.solon.core.BeanWrap beanWrap,
Method method,
com.yomahub.liteflow.enums.LiteFlowMethodEnum methodEnum) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> void |
afterProcess(String nodeId,
com.yomahub.liteflow.slot.Slot slot) |
<T> void |
beforeProcess(String nodeId,
com.yomahub.liteflow.slot.Slot slot) |
void |
onError() |
void |
onSuccess() |
void |
process() |
execute, getChainId, getChainName, getCmpData, getContextBean, getCurrChainId, getDisplayName, getFirstContextBean, getLoopIndex, getMonitorBus, getName, getNodeExecutorClass, getNodeId, getPrivateDeliveryData, getRefNode, getRequestData, getRetryCount, getRetryForExceptions, getSelf, getSlot, getSlotIndex, getSubChainReqData, getSubChainReqDataInAsync, getTag, getType, invoke, invoke2Resp, invoke2RespInAsync, invokeInAsync, isAccess, isContinueOnError, isEnd, removeIsEnd, removeRefNode, removeSlotIndex, sendPrivateDeliveryData, setIsEnd, setMonitorBus, setName, setNodeExecutorClass, setNodeId, setRefNode, setRetryCount, setRetryForExceptions, setSelf, setSlotIndex, setTypepublic NodeComponentOfMethod(org.noear.solon.core.BeanWrap beanWrap,
Method method,
com.yomahub.liteflow.enums.LiteFlowMethodEnum methodEnum)
public void process()
throws Exception
process 在类中 com.yomahub.liteflow.core.NodeComponentExceptionpublic <T> void beforeProcess(String nodeId, com.yomahub.liteflow.slot.Slot slot)
beforeProcess 在类中 com.yomahub.liteflow.core.NodeComponentpublic <T> void afterProcess(String nodeId, com.yomahub.liteflow.slot.Slot slot)
afterProcess 在类中 com.yomahub.liteflow.core.NodeComponentpublic void onError()
throws Exception
onError 在类中 com.yomahub.liteflow.core.NodeComponentExceptionCopyright © 2023. All rights reserved.