Interface FlowCompletion
-
- All Superinterfaces:
LinkedListSetEntry<FlowCompletion,ManagedFunctionContainer>
public interface FlowCompletion extends LinkedListSetEntry<FlowCompletion,ManagedFunctionContainer>
Handler for the completion of theFlow.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionStateflowComplete(java.lang.Throwable escalation)Obtains theFunctionStateto notify completion of theFlow.-
Methods inherited from interface net.officefloor.frame.internal.structure.LinkedListSetEntry
getLinkedListSetOwner, getNext, getPrev, setNext, setPrev
-
-
-
-
Method Detail
-
flowComplete
FunctionState flowComplete(java.lang.Throwable escalation)
Obtains theFunctionStateto notify completion of theFlow.- Parameters:
escalation- PossibleEscalationfrom theFlow. Will benullifFlowcompleted withoutEscalation.- Returns:
FunctionStateto notify completion of theFlow.
-
-