Class Response

    • Constructor Detail

      • Response

        public Response​(long requestId,
                        Object response)
      • Response

        public Response​(long requestId,
                        Throwable exception)
    • Method Detail

      • getRequestId

        public long getRequestId()
      • getResponse

        public Object getResponse()
      • hadException

        public boolean hadException()
      • getException

        public Throwable getException()