Interface ActiveAsynchronousFlow
-
- All Superinterfaces:
LinkedListSetEntry<ActiveAsynchronousFlow,ManagedFunctionContainer>
public interface ActiveAsynchronousFlow extends LinkedListSetEntry<ActiveAsynchronousFlow,ManagedFunctionContainer>
Actively executingAsynchronousFlow
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isWaiting()
Indicates if already waiting on completion.FunctionState
waitOnCompletion()
Ensure wait on completion.-
Methods inherited from interface net.officefloor.frame.internal.structure.LinkedListSetEntry
getLinkedListSetOwner, getNext, getPrev, setNext, setPrev
-
-
-
-
Method Detail
-
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.
-
-