Class DatacenterNameProperties


  • @ConfigurationProperties(prefix="consumer.datacenter.name")
    public class DatacenterNameProperties
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEnv()  
      pl.allegro.tech.hermes.infrastructure.dc.DcNameSource getSource()  
      void setEnv​(java.lang.String env)  
      void setSource​(pl.allegro.tech.hermes.infrastructure.dc.DcNameSource source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DatacenterNameProperties

        public DatacenterNameProperties()
    • Method Detail

      • getSource

        public pl.allegro.tech.hermes.infrastructure.dc.DcNameSource getSource()
      • setSource

        public void setSource​(pl.allegro.tech.hermes.infrastructure.dc.DcNameSource source)
      • getEnv

        public java.lang.String getEnv()
      • setEnv

        public void setEnv​(java.lang.String env)