@Configuration @EnableConfigurationProperties @EnableDiscoveryClient public class TurbineConfiguration extends Object implements org.springframework.context.SmartLifecycle, org.springframework.core.Ordered
Constructor and Description |
---|
TurbineConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.client.actuator.HasFeatures |
Feature() |
int |
getOrder() |
int |
getPhase() |
com.netflix.turbine.discovery.InstanceDiscovery |
instanceDiscovery() |
boolean |
isAutoStartup() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
void |
stop(Runnable callback) |
TurbineProperties |
turbineProperties() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
turbineStreamServlet() |
@Bean public org.springframework.cloud.client.actuator.HasFeatures Feature()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean turbineStreamServlet()
@Bean public TurbineProperties turbineProperties()
@Bean public com.netflix.turbine.discovery.InstanceDiscovery instanceDiscovery()
public boolean isAutoStartup()
isAutoStartup
in interface org.springframework.context.SmartLifecycle
public void stop(Runnable callback)
stop
in interface org.springframework.context.SmartLifecycle
public void start()
start
in interface org.springframework.context.Lifecycle
public void stop()
stop
in interface org.springframework.context.Lifecycle
public boolean isRunning()
isRunning
in interface org.springframework.context.Lifecycle
public int getPhase()
getPhase
in interface org.springframework.context.Phased
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.