Interface AsyncConnectionGroup<ContextT,SocketT>

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
JeroMQAsyncConnectionGroup

public interface AsyncConnectionGroup<ContextT,SocketT> extends AutoCloseable
Represents a group of AsyncConnections which all are serviced by the same thread. This guarantees that each AsyncConnection may call directly into another. Closing the group will close all AsyncConnection instances contained therein. However it is not necessary to close the group explicitly.