T - typepublic interface Connection<T> extends AutoCloseable
void open() throws NetworkException
NetworkExceptionvoid write(List<T> messages)
messages - void close() throws NetworkException
close in interface AutoCloseableNetworkExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.