T - The connection type.public interface Connection<T extends Connection<T>> extends Openable<T>, Closeable<T>
When a connection is created between two components, each component instance will create a single connection for each instance of the component to which it is connected. Connections are inherently uni-directional, so each connection has an input and an output side.
String address()
int size()
Copyright © 2013-2014. All Rights Reserved.