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

com.netflix.appinfo.RefreshableInstanceConfig Maven / Gradle / Ivy

package com.netflix.appinfo;

public interface RefreshableInstanceConfig {

    /**
     * resolve the default address
     *
     * @param refresh
     * @return
     */
    String resolveDefaultAddress(boolean refresh);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy