Class MethodManagedFunctionBuilderUtil.MethodResult

    • 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.
      • getExecutorRunnables

        public java.lang.Runnable[] getExecutorRunnables()
        Obtains the Runnable instances passed to the Executor.
        Returns:
        Runnable instances passed to the Executor.