com.att.aft.dme2.registry.bootstrap.RegistryBootstrap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dme2-api Show documentation
Show all versions of dme2-api Show documentation
Direct Messaging Engine dme2-api
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