com.netflix.eureka
Class EurekaServerConfigurationManager

java.lang.Object
  extended by com.netflix.eureka.EurekaServerConfigurationManager

public class EurekaServerConfigurationManager
extends java.lang.Object

The class that caches the configuration of the instance of EurekaServerConfig that the server started with.


Method Summary
 EurekaServerConfig getConfiguration()
           
static EurekaServerConfigurationManager getInstance()
           
 void setConfiguration(EurekaServerConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EurekaServerConfigurationManager getInstance()

setConfiguration

public void setConfiguration(EurekaServerConfig config)

getConfiguration

public EurekaServerConfig getConfiguration()