![JAR search and dependency download from the Maven repository](/logo.png)
bboss.org.jgroups.blocks.ConnectionMap Maven / Gradle / Ivy
The newest version!
package bboss.org.jgroups.blocks;
import bboss.org.jgroups.Address;
public interface ConnectionMap {
V getConnection(Address dest) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy