public class SinkToQueue<T> extends Object implements Sink<T>
SinkToQueue(BlockingQueue<T> queue)
void
close()
flush()
send(T item)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SinkToQueue(BlockingQueue<T> queue)
public void send(T item)
send
Sink<T>
public void flush()
flush
public void close()
close
Closeable
Licenced under the Apache License, Version 2.0