Interface Awaitable


  • public interface Awaitable
    • Method Summary

      Modifier and Type Method Description
      void await()  
      boolean await​(long timeout, java.util.concurrent.TimeUnit unit)  
    • Method Detail

      • await

        void await()
            throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • await

        boolean await​(long timeout,
                      java.util.concurrent.TimeUnit unit)
               throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException