Class Endpoint

java.lang.Object
com.yahoo.config.application.api.Endpoint

public class Endpoint extends Object
Represents an application- or instance-level endpoint in deployments.xml.

- An instance-level endpoint is global and may span multiple regions within a single instance. - An application-level endpoint may span multiple instances within a single region, or even multiple instances across multiple regions, depending on the name service used for the cloud.

Author:
ogronnesby, mpolden