Interface ServiceContext<T>

    • Method Detail

      • isSuccessful

        boolean isSuccessful()
        Returns:
        true if successful
      • getThrowable

        java.lang.Throwable getThrowable()
        Returns:
        thrown exception
      • isAborted

        boolean isAborted()
        Returns:
        true if aborted
      • getResultObject

        T getResultObject()
        Returns:
        result object