Class EurekaServerInitializerConfiguration

java.lang.Object
org.springframework.cloud.netflix.eureka.server.EurekaServerInitializerConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.core.Ordered, org.springframework.web.context.ServletContextAware

@Configuration(proxyBeanMethods=false) public class EurekaServerInitializerConfiguration extends Object implements org.springframework.web.context.ServletContextAware, org.springframework.context.SmartLifecycle, org.springframework.core.Ordered
Author:
Dave Syer
  • Constructor Details

    • EurekaServerInitializerConfiguration

      public EurekaServerInitializerConfiguration()
  • Method Details

    • setServletContext

      public void setServletContext(javax.servlet.ServletContext servletContext)
      Specified by:
      setServletContext in interface org.springframework.web.context.ServletContextAware
    • start

      public void start()
      Specified by:
      start in interface org.springframework.context.Lifecycle
    • stop

      public void stop()
      Specified by:
      stop in interface org.springframework.context.Lifecycle
    • isRunning

      public boolean isRunning()
      Specified by:
      isRunning in interface org.springframework.context.Lifecycle
    • getPhase

      public int getPhase()
      Specified by:
      getPhase in interface org.springframework.context.Phased
      Specified by:
      getPhase in interface org.springframework.context.SmartLifecycle
    • isAutoStartup

      public boolean isAutoStartup()
      Specified by:
      isAutoStartup in interface org.springframework.context.SmartLifecycle
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered