Interface IRequestResult

All Superinterfaces:
Serializable

public interface IRequestResult extends Serializable
  • Method Details

    • getException

      Throwable getException()
      Returns:
      When the handler failed: The exception that occurred. Otherwise, when the handler was successful, null.
    • getResponses

      List<? extends ICrossViewScopeResponse<?>> getResponses()
      Returns:
      Responses returned in response to the request.