Package com.luna.common.engine.task
Class AbstractEngineNode<T>
java.lang.Object
com.luna.common.engine.task.AbstractEngineNode<T>
- All Implemented Interfaces:
EngineNode<T>
- Author:
- luna
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
couldContinueExecute
(EngineContext engineContext) 是否可以执行,按照上下文控制获取扩展spiMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luna.common.engine.task.EngineNode
afterInvoke, invokeNode, resultKey
-
Constructor Details
-
AbstractEngineNode
public AbstractEngineNode()
-
-
Method Details
-
couldContinueExecute
Description copied from interface:EngineNode
是否可以执行,按照上下文控制- Specified by:
couldContinueExecute
in interfaceEngineNode<T>
- Returns:
-
getSpiList
Description copied from interface:EngineNode
获取扩展spi- Specified by:
getSpiList
in interfaceEngineNode<T>
- Returns:
-
add
-