Interface ActiveAsynchronousFlow
- All Superinterfaces:
LinkedListSetEntry<ActiveAsynchronousFlow,ManagedFunctionContainer>
public interface ActiveAsynchronousFlow
extends LinkedListSetEntry<ActiveAsynchronousFlow,ManagedFunctionContainer>
Actively executing
AsynchronousFlow.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if already waiting on completion.Ensure wait on completion.Methods inherited from interface net.officefloor.frame.internal.structure.LinkedListSetEntry
getLinkedListSetOwner, getNext, getPrev, setNext, setPrev
-
Method Details
-
isWaiting
boolean isWaiting()Indicates if already waiting on completion.- Returns:
trueif already waiting on completion.
-
waitOnCompletion
FunctionState waitOnCompletion()Ensure wait on completion.- Returns:
FunctionStateto wait on completion.
-