Interface ActiveAsynchronousFlow

All Superinterfaces:
LinkedListSetEntry<ActiveAsynchronousFlow,ManagedFunctionContainer>

public interface ActiveAsynchronousFlow extends LinkedListSetEntry<ActiveAsynchronousFlow,ManagedFunctionContainer>
Actively executing AsynchronousFlow.
Author:
Daniel Sagenschneider
  • Method Details

    • isWaiting

      boolean isWaiting()
      Indicates if already waiting on completion.
      Returns:
      true if already waiting on completion.
    • waitOnCompletion

      FunctionState waitOnCompletion()
      Ensure wait on completion.
      Returns:
      FunctionState to wait on completion.