Interface ThreadFunc


  • public interface ThreadFunc
    A ThreadFunc is the interface an object must implement in order to define a `ThreadSpec` programmatically using the Java Library.
    • 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`.