- All Implemented Interfaces:
Closeable, Sink<T>
public class SinkToQueue<T>
extends Object
implements Sink<T>
Send items to a blocking queue
-
Constructor Summary
Constructors
-
Method Summary
-
-
Method Details
-
-
flush
public void flush()
- Specified by:
flush in interface Sink<T>
-