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

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

package com.netflix.appinfo;

/**
 * Generally indicates the unique identifier of a {@link com.netflix.appinfo.DataCenterInfo}, if applicable.
 *
 * @author [email protected]
 */
public interface UniqueIdentifier {
    String getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy