Interface QueueConnector.BlockingSupplier<T>
-
- Enclosing class:
- QueueConnector<T>
public static interface QueueConnector.BlockingSupplier<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get() throws InterruptedException
- Throws:
InterruptedException
-
-