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

com.netflix.appinfo.providers.VipAddressResolver Maven / Gradle / Ivy

The newest version!
package com.netflix.appinfo.providers;

/**
 * This only really exist for legacy support
 */
public interface VipAddressResolver {

    /**
     * Convert VIPAddress by substituting environment variables if necessary.
     *
     * @param vipAddressMacro the macro for which the interpolation needs to be made.
     * @return a string representing the final VIPAddress after substitution.
     */
    String resolveDeploymentContextBasedVipAddresses(String vipAddressMacro);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy