com.netflix.eureka.aws.AwsBinder Maven / Gradle / Ivy
package com.netflix.eureka.aws;
/**
* Binds the Eureka server to a EIP, Route53 or else...
*/
public interface AwsBinder {
void start() throws Exception;
void shutdown() throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy