Class CloudConfigOptions.ConfigServer

  • Enclosing interface:
    CloudConfigOptions

    public static class CloudConfigOptions.ConfigServer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String hostName  
      java.util.Optional<java.lang.Integer> port  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigServer​(java.lang.String hostName, java.util.Optional<java.lang.Integer> port)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • hostName

        public final java.lang.String hostName
      • port

        public final java.util.Optional<java.lang.Integer> port
    • Constructor Detail

      • ConfigServer

        public ConfigServer​(java.lang.String hostName,
                            java.util.Optional<java.lang.Integer> port)