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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancouldContinueExecute(EngineContext engineContext) 是否可以执行,按照上下文控制获取扩展spiMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
couldContinueExecutein interfaceEngineNode<T>- Returns:
-
getSpiList
Description copied from interface:EngineNode获取扩展spi- Specified by:
getSpiListin interfaceEngineNode<T>- Returns:
-
add
-