Interface FunctionStateContext
-
public interface FunctionStateContextContext for executing aFunctionState.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionStateexecuteDelegate(FunctionState delegate)Wraps executing the delegateFunctionStateto enable breaking the delegate chain.
-
-
-
Method Detail
-
executeDelegate
FunctionState executeDelegate(FunctionState delegate) throws java.lang.Throwable
Wraps executing the delegateFunctionStateto enable breaking the delegate chain. This avoidsStackOverflowErrorissues.- Parameters:
delegate- DelegateFunctionState.- Returns:
- Next
FunctionStateto execute. - Throws:
java.lang.Throwable- If failure in executing the delegateFunctionState.
-
-