Class MethodManagedFunctionBuilderUtil.MethodResult
- java.lang.Object
-
- net.officefloor.compile.test.managedfunction.clazz.MethodManagedFunctionBuilderUtil.MethodResult
-
- Enclosing class:
- MethodManagedFunctionBuilderUtil
public static class MethodManagedFunctionBuilderUtil.MethodResult extends java.lang.ObjectResult of running theManagedFunction.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MockAsynchronousFlow[]getAsynchronousFlows()Obtains the createdAsynchronousFlowin running theManagedFunction.java.lang.Runnable[]getExecutorRunnables()Obtains theRunnableinstances passed to theExecutor.java.lang.ThrowablegetFailure()Obtains the possible failure.java.lang.ObjectgetReturnValue()Obtains the return value.
-
-
-
Method Detail
-
getReturnValue
public java.lang.Object getReturnValue()
Obtains the return value.- Returns:
- Return value.
-
getFailure
public java.lang.Throwable getFailure()
Obtains the possible failure.- Returns:
- Possible failure.
-
getAsynchronousFlows
public MockAsynchronousFlow[] getAsynchronousFlows()
Obtains the createdAsynchronousFlowin running theManagedFunction.- Returns:
- Created
AsynchronousFlowin running theManagedFunction.
-
getExecutorRunnables
public java.lang.Runnable[] getExecutorRunnables()
Obtains theRunnableinstances passed to theExecutor.- Returns:
Runnableinstances passed to theExecutor.
-
-