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

com.netflix.eureka.aws.AwsBinder Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
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