Interface AsyncConnectionService<ContextT,SocketT>

All Known Implementing Classes:
JeroMQAsyncConnectionService, SharedAsyncConnectionService

public interface AsyncConnectionService<ContextT,SocketT>
A system-wide service to house AsyncConnection instances. Each instance of AsyncConnection is managed internally and callbacks issued on a background thread dedicated to that as well as other Connection instances.