Package csw.config.client.commons
Class ConfigServiceConnection$
- java.lang.Object
-
- csw.config.client.commons.ConfigServiceConnection$
-
public class ConfigServiceConnection$ extends java.lang.Object
ConfigServiceConnection
is a wrapper over predefinedHttpConnection
representing config server. It is used to resolve config service location for client inConfigServiceResolver
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigServiceConnection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ConfigServiceConnection$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Connection.HttpConnection
value()
-
-
-
Field Detail
-
MODULE$
public static final ConfigServiceConnection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
value
public Connection.HttpConnection value()
-
-