Class RequestExecutorHandlers.Result

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.concurrent.CountDownLatch completed  
      protected java.lang.Throwable error  
      protected java.util.List<Notice> notices  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void await​(long timeout, java.util.concurrent.TimeUnit unit)  
      java.lang.Throwable getError()  
      java.util.List<Notice> getNotices()  
      void handleError​(java.lang.Throwable error, java.util.List<Notice> notices)  
      boolean isValid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • error

        protected java.lang.Throwable error
      • notices

        protected java.util.List<Notice> notices
      • completed

        protected java.util.concurrent.CountDownLatch completed
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • isValid

        public boolean isValid()
      • getError

        public java.lang.Throwable getError()
      • getNotices

        public java.util.List<Notice> getNotices()
      • await

        public void await​(long timeout,
                          java.util.concurrent.TimeUnit unit)
                   throws java.io.IOException
        Throws:
        java.io.IOException