public interface Sink<T> extends Closeable
void
flush()
send(T item)
close
void send(T item)
void flush()
Licenced under the Apache License, Version 2.0