- 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
@EnableConfigurationProperties(value=org.springframework.cloud.netflix.eureka.EurekaServerConfigBean.class)
public class EurekaServerInitializerConfiguration
extends Object
implements org.springframework.web.context.ServletContextAware, org.springframework.context.SmartLifecycle, org.springframework.core.Ordered
- Author:
- Dave Syer
-
-
Field Summary
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
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
-
getPhase
public int getPhase()
- Specified by:
getPhase in interface org.springframework.context.Phased
-
getOrder
public int getOrder()
- Specified by:
getOrder in interface org.springframework.core.Ordered
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.