Class ServiceProxy

java.lang.Object
org.kiwiproject.consul.model.agent.ServiceProxy
Direct Known Subclasses:
ImmutableServiceProxy

@Immutable public abstract class ServiceProxy extends Object
  • Constructor Details

    • ServiceProxy

      public ServiceProxy()
  • Method Details

    • getDestinationServiceName

      public abstract String getDestinationServiceName()
    • getDestinationServiceId

      public abstract String getDestinationServiceId()
    • getLocalServiceAddress

      public abstract String getLocalServiceAddress()
    • getLocalServicePort

      public abstract int getLocalServicePort()
    • getConfig

      public abstract Map<String,String> getConfig()
    • getUpstreams

      public abstract List<ServiceProxyUpstream> getUpstreams()