Class MethodManagedFunctionBuilderUtil.MethodResult
java.lang.Object
net.officefloor.compile.test.managedfunction.clazz.MethodManagedFunctionBuilderUtil.MethodResult
- Enclosing class:
- MethodManagedFunctionBuilderUtil
Result of running the
ManagedFunction.-
Method Summary
Modifier and TypeMethodDescriptionObtains the createdAsynchronousFlowin running theManagedFunction.Runnable[]Obtains the possible failure.Obtains the return value.
-
Method Details
-
getReturnValue
Obtains the return value.- Returns:
- Return value.
-
getFailure
Obtains the possible failure.- Returns:
- Possible failure.
-
getAsynchronousFlows
Obtains the createdAsynchronousFlowin running theManagedFunction.- Returns:
- Created
AsynchronousFlowin running theManagedFunction.
-
getExecutorRunnables
-