Interface QueueConnector.BlockingSupplier<T>

  • Enclosing class:
    QueueConnector<T>

    public static interface QueueConnector.BlockingSupplier<T>
    • Method Summary

      Modifier and Type Method Description
      T get()  
    • Method Detail

      • get

        T get()
        throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException