All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jgroups.stack.AddressGenerator Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.jgroups.stack;

import org.jgroups.Address;

/**
 * Callback to provide custom addresses. Will be called by {@link org.jgroups.JChannel#connect(String)}.
 * @author Bela Ban
 * @since 2.12
 */
public interface AddressGenerator {
    Address generateAddress();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy