Interface Timeoutable<T>

    • Method Detail

      • withTimeout

        T withTimeout​(long timeout,
                      TimeUnit unit)
      • withTimeoutInMillis

        T withTimeoutInMillis​(long timeoutInMillis)