Interface IExternalArgumentsResultsFeature

    • Method Detail

      • getResultsAsync

        IFuture<java.util.Map<java.lang.String,​java.lang.Object>> getResultsAsync()
        Get the component results.
        Returns:
        The results.
      • getArgumentsAsync

        IFuture<java.util.Map<java.lang.String,​java.lang.Object>> getArgumentsAsync()
        Get the arguments.
        Returns:
        The arguments.
      • getExceptionAsync

        IFuture<java.lang.Exception> getExceptionAsync()
        Get the exception, if any.
        Returns:
        The failure reason for use during cleanup, if any.