Package io.littlehorse.sdk.wfsdk
Interface ThreadFunc
-
public interface ThreadFuncA ThreadFunc is the interface an object must implement in order to define a `ThreadSpec` programmatically using the Java Library.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidthreadFunction(WorkflowThread thread)This function defines the logic of a `ThreadSpec`.
-
-
-
Method Detail
-
threadFunction
void threadFunction(WorkflowThread thread)
This function defines the logic of a `ThreadSpec`.- Parameters:
thread- is the ThreadBuilder that can be used to control the logic of the `ThreadSpec`.
-
-