Class ConsulConfig

    • Constructor Detail

      • ConsulConfig

        public ConsulConfig()
    • Method Detail

      • getDomainOverride

        @Deprecated
        public String getDomainOverride()
        Deprecated.
        without replacement; to be removed in 2.0.0
        Specifies a domain to use for service addresses if needed
      • getMetadataTags

        public List<String> getMetadataTags()
        List of keys from the ServiceInstance metadata that should become tags, otherwise they will be in metadata
      • isIncludeNativeData

        public boolean isIncludeNativeData()
        If true, enables the addition of Consul specific data to ServiceInstance.
      • setDomainOverride

        @Deprecated
        public void setDomainOverride​(String domainOverride)
        Deprecated.
        without replacement; to be removed in 2.0.0
        Specifies a domain to use for service addresses if needed
      • setMetadataTags

        public void setMetadataTags​(List<String> metadataTags)
        List of keys from the ServiceInstance metadata that should become tags, otherwise they will be in metadata
      • setIncludeNativeData

        public void setIncludeNativeData​(boolean includeNativeData)
        If true, enables the addition of Consul specific data to ServiceInstance.