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

org.tarantool.RefreshableSocketProvider Maven / Gradle / Ivy

package org.tarantool;

import java.net.SocketAddress;
import java.util.Collection;

public interface RefreshableSocketProvider {

    Collection getAddresses();

    void refreshAddresses(Collection addresses);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy