Class QueueConnector<T>
- java.lang.Object
-
- de.unistuttgart.isw.sfsc.commonjava.util.QueueConnector<T>
-
- All Implemented Interfaces:
NotThrowingAutoCloseable,AutoCloseable
public class QueueConnector<T> extends Object implements NotThrowingAutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueueConnector.BlockingSupplier<T>
-
Constructor Summary
Constructors Constructor Description QueueConnector(QueueConnector.BlockingSupplier<T> source)
-
-
-
Constructor Detail
-
QueueConnector
public QueueConnector(QueueConnector.BlockingSupplier<T> source)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceNotThrowingAutoCloseable
-
-