Uses of Interface
net.officefloor.frame.internal.structure.EscalationCompletion
Packages that use EscalationCompletion
Package
Description
-
Uses of EscalationCompletion in net.officefloor.frame.impl.execute.flow
Methods in net.officefloor.frame.impl.execute.flow with parameters of type EscalationCompletionModifier and TypeMethodDescriptionFlowImpl.managedFunctionComplete(FunctionState function, Throwable functionEscalation, EscalationCompletion escalationCompletion) Constructors in net.officefloor.frame.impl.execute.flow with parameters of type EscalationCompletionModifierConstructorDescriptionFlowImpl(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion, ThreadState threadState) Initiate. -
Uses of EscalationCompletion in net.officefloor.frame.impl.execute.function
Methods in net.officefloor.frame.impl.execute.function with parameters of type EscalationCompletionModifier and TypeMethodDescriptionAbstractDelegateFunctionState.handleEscalation(Throwable escalation, EscalationCompletion completion) ManagedFunctionContainerImpl.handleEscalation(Throwable escalation, EscalationCompletion completion) -
Uses of EscalationCompletion in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type EscalationCompletionModifier and TypeMethodDescriptionThreadStateImpl.createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion) ThreadStateImpl.flowComplete(Flow flow, Throwable threadEscalation, EscalationCompletion escalationCompletion) ThreadStateImpl.handleEscalation(Throwable escalation, EscalationCompletion escalationCompletion) -
Uses of EscalationCompletion in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type EscalationCompletionModifier and TypeMethodDescriptionThreadState.createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion) Creates aFlowcontained in thisThreadState.ThreadState.flowComplete(Flow flow, Throwable flowEscalation, EscalationCompletion completion) Flags that the inputFlowhas completed.default FunctionStateFunctionState.handleEscalation(Throwable escalation, EscalationCompletion completion) HandlesEscalationfrom theManagedFunction.ThreadState.handleEscalation(Throwable escalation, EscalationCompletion completion) Flow.managedFunctionComplete(FunctionState function, Throwable functionEscalation, EscalationCompletion escalationCompletion) Flags that the inputFunctionStatehas completed.