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

com.att.aft.dme2.registry.bootstrap.RegistryBootstrap Maven / Gradle / Ivy

The newest version!
package com.att.aft.dme2.registry.bootstrap;

import java.util.List;

import com.att.aft.dme2.api.DME2Exception;
import com.att.aft.dme2.registry.dto.GRMEndpoint;

public interface RegistryBootstrap {
	public abstract List getGRMEndpoints(String... urls) throws DME2Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy