public abstract class NodeExecutor extends Object
| 构造器和说明 |
|---|
NodeExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(NodeComponent instance)
执行器执行入口-若需要更大维度的执行方式可以重写该方法
|
protected void |
retry(NodeComponent instance,
int currentRetryCount)
执行重试逻辑 - 子类通过实现该方法进行重试逻辑的控制
|
protected final LFLog LOG
public void execute(NodeComponent instance) throws Exception
Exceptionprotected void retry(NodeComponent instance, int currentRetryCount) throws Exception
ExceptionCopyright © 2024. All rights reserved.