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

com.xti.spring.cloud.heroku.discovery.instance.HerokuInstanceProvider Maven / Gradle / Ivy

The newest version!
package com.xti.spring.cloud.heroku.discovery.instance;

import org.springframework.cloud.client.ServiceInstance;

import java.util.List;

public interface HerokuInstanceProvider {
    List getServiceInstances(String service);
    ServiceInstance getLocalServiceInstance();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy